Commit 003dfc42 authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Bob Van Landuyt

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

parent 229558bc
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
.row .row
.col-lg-4.profile-settings-sidebar .col-lg-4.profile-settings-sidebar
%h4.prepend-top-0= s_("User|Current Status") %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 .col-lg-8
.row .row
= f.fields_for :status, @user.status do |status_form| = f.fields_for :status, @user.status do |status_form|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment