change "Visit Profile" to just "Profile"

This commit is contained in:
Jeff Atwood 2014-08-26 00:37:10 -07:00
parent 553e0290a6
commit d63c6292b3
2 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,7 @@
<button class='btn btn-primary' {{action composePrivateMessage user}}><i class='fa fa-envelope'></i>{{i18n user.private_message}}</button>
{{/if}}
{{#link-to 'user' user class="btn"}}<i class='fa fa-user'></i>{{i18n user.show_profile}}{{/link-to}}
{{#link-to 'user' user class="btn"}}<i class='fa fa-user'></i>{{i18n user.profile}}{{/link-to}}
{{#if showFilter}}
<button class='btn' {{action togglePosts user}}><i class='fa fa-filter'></i>{{i18n topic.filter_to username="username" post_count="participant.post_count"}}</button>

View File

@ -288,7 +288,6 @@ en:
user:
said: "{{username}} said:"
profile: "Profile"
show_profile: "Visit Profile"
mute: "Mute"
edit: "Edit Preferences"
download_archive: "download archive of my posts"