diff options
author | Lynx Kotoura <lynx@lv9.org> | 2017-08-26 03:02:44 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-08-25 20:02:44 +0200 |
commit | 21bb4a6c3b21f3d2a60d2ebf6475fc0b0e9fee5d (patch) | |
tree | 278aeb24c2ac667cd129607be00b8ef524a6fb6b /app | |
parent | c2af1381130caae0acc02db853580a2bdab61078 (diff) |
Fix ar.json (#4699)
Remove ! from compose_form.publish
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/mastodon/locales/ar.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/locales/ar.json b/app/javascript/mastodon/locales/ar.json index fa8cda97d..2efa1fba3 100644 --- a/app/javascript/mastodon/locales/ar.json +++ b/app/javascript/mastodon/locales/ar.json @@ -47,7 +47,7 @@ "compose_form.lock_disclaimer.lock": "مقفل", "compose_form.placeholder": "فيمَ تفكّر؟", "compose_form.privacy_disclaimer": "Your private status will be delivered to mentioned users on {domains}. Do you trust {domainsCount, plural, one {that server} other {those servers}}? Post privacy only works on Mastodon instances. If {domains} {domainsCount, plural, one {is not a Mastodon instance} other {are not Mastodon instances}}, there will be no indication that your post is private, and it may be boosted or otherwise made visible to unintended recipients.", - "compose_form.publish": "بوّق !", + "compose_form.publish": "بوّق", "compose_form.publish_loud": "{publish}!", "compose_form.sensitive": "ضع علامة على الوسيط باعتباره حسّاس", "compose_form.spoiler": "أخفِ النص واعرض تحذيرا", |