settings: Update tip strings for adding custom emoji.

This commit is contained in:
Rishi Gupta 2019-01-29 19:32:45 -08:00 committed by Rishi Gupta
parent 3f385cae38
commit fa2b5df107
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{{#if is_guest}} {{#if is_guest}}
<div class='tip'>{{t "Guest users cannot edit custom emoji." }}</div> <div class='tip'>{{t "Guests cannot edit custom emoji." }}</div>
{{else}} {{else}}
{{#if realm_add_emoji_by_admins_only}} {{#if realm_add_emoji_by_admins_only}}
<div class='tip'>{{t "Only organization administrators can add custom emoji in this organization." }}</div> <div class='tip'>{{t "Only organization administrators can add custom emoji in this organization." }}</div>