Make it explicit that the message can contain emojis in the settings

This commit is contained in:
Winnie Hellmann 2018-07-26 09:51:43 +00:00 committed by Bob Van Landuyt
parent 229558bca0
commit 003dfc422e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
.row
.col-lg-4.profile-settings-sidebar
%h4.prepend-top-0= s_("User|Current Status")
%p= _("This emoji and message will appear on your profile and throughout the interface.")
%p= s_("Profiles|This emoji and message will appear on your profile and throughout the interface. The message can contain emoji codes, too.")
.col-lg-8
.row
= f.fields_for :status, @user.status do |status_form|