From c53363406d28af17983c0a97b4ff8e61ce9d5f5c Mon Sep 17 00:00:00 2001 From: Tobias Eigen Date: Mon, 2 Dec 2024 09:32:08 -0800 Subject: [PATCH] changed "automatic auto" to "auto" in client.en.yml (#986) 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 b2aab1bd..6a27f16c 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"