about summary refs log tree commit diff
path: root/app/javascript/mastodon/locales/no.json
diff options
context:
space:
mode:
authorAkihiko Odaki <nekomanma@pixiv.co.jp>2018-03-13 15:58:13 +0900
committerAkihiko Odaki <nekomanma@pixiv.co.jp>2018-03-13 15:58:55 +0900
commit0dccb398bd0450068c4e90bf52be9688229ea1f3 (patch)
tree06f9519608edc520d20444d881c4a8c9f673b594 /app/javascript/mastodon/locales/no.json
parentfa5c867e0ec426fc01653e9022ba29783b2a826f (diff)
Change the title of spoiler button by state
The title will give the precise representation of the current state. It
would be helpful for blind people.
Diffstat (limited to 'app/javascript/mastodon/locales/no.json')
-rw-r--r--app/javascript/mastodon/locales/no.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/mastodon/locales/no.json b/app/javascript/mastodon/locales/no.json
index b14ecaedd..b82476b0c 100644
--- a/app/javascript/mastodon/locales/no.json
+++ b/app/javascript/mastodon/locales/no.json
@@ -61,7 +61,8 @@
   "compose_form.publish": "Tut",
   "compose_form.publish_loud": "{publish}!",
   "compose_form.sensitive": "Merk media som følsomt",
-  "compose_form.spoiler": "Skjul tekst bak advarsel",
+  "compose_form.spoiler.marked": "Text is hidden behind warning",
+  "compose_form.spoiler.unmarked": "Text is not hidden",
   "compose_form.spoiler_placeholder": "Innholdsadvarsel",
   "confirmation_modal.cancel": "Avbryt",
   "confirmations.block.confirm": "Blokkèr",