]> cat aescling's git repositories - mastodon.git/commitdiff
Change "Content Warning" to "Write your warning here" (#4313)
authorSylvhem <Sylvhem@users.noreply.github.com>
Sun, 23 Jul 2017 14:57:32 +0000 (16:57 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 23 Jul 2017 14:57:32 +0000 (16:57 +0200)
Change the placeholder used in the content warning field from "Content Warning" to "Write your warning here". This change should made it easier to understand what the field is about.

Change le message de substitution utilisé dans le champ d’avertissement de « Avertissement » à « Écrivez ici votre avertissement ». Ce changement devrait rendre plus évidente la fonction du champ.

app/javascript/mastodon/locales/en.json
app/javascript/mastodon/locales/fr.json

index 14d5c7aa0d63b12e005c553b5d7cae0ab7326f56..0a318f6fa8d7ea701d93ac524c606cf909c5ae5f 100644 (file)
@@ -45,7 +45,7 @@
   "compose_form.publish_loud": "{publish}!",
   "compose_form.sensitive": "Mark media as sensitive",
   "compose_form.spoiler": "Hide text behind warning",
-  "compose_form.spoiler_placeholder": "Content warning",
+  "compose_form.spoiler_placeholder": "Write your warning here",
   "confirmation_modal.cancel": "Cancel",
   "confirmations.block.confirm": "Block",
   "confirmations.block.message": "Are you sure you want to block {name}?",
index 436120860517f6b5b7c451557bb753c6b8dc50b6..b7e9b3390e35713f68a3ad013df56311d11623a7 100644 (file)
@@ -45,7 +45,7 @@
   "compose_form.publish_loud": "{publish}!",
   "compose_form.sensitive": "Marquer le média comme délicat",
   "compose_form.spoiler": "Masquer le texte derrière un avertissement",
-  "compose_form.spoiler_placeholder": "Avertissement",
+  "compose_form.spoiler_placeholder": "Écrivez ici votre avertissement",
   "confirmation_modal.cancel": "Annuler",
   "confirmations.block.confirm": "Bloquer",
   "confirmations.block.message": "Confirmez vous le blocage de {name} ?",