From 84ff4643b6345dea459ad5e0b8845c7a0270bcb3 Mon Sep 17 00:00:00 2001 From: Tobias Eigen Date: Mon, 2 Dec 2024 08:24:51 -0800 Subject: [PATCH] changed "automatic auto" to "auto" in client.en.yml The description of the automatic captions dialog prompt included "Would you like to enable automatic auto captions on image uploads." I removed the second "auto" at the suggestion of translators. --- config/locales/client.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index b2aab1bd8..6a27f16c1 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -410,7 +410,7 @@ en: automatic_caption_setting: "Enable auto caption" automatic_caption_loading: "Captioning images..." automatic_caption_dialog: - prompt: "This post contains non-captioned images. Would you like to enable automatic auto captions on image uploads? (This can be changed in your preferences later)" + prompt: "This post contains non-captioned images. Would you like to enable automatic captions on image uploads? (This can be changed in your preferences later)" confirm: "Enable" cancel: "Don't ask again" no_content_error: "Add content first to perform AI actions on it"