mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 05:29:17 -06:00
change "Visit Profile" to just "Profile"
This commit is contained in:
parent
553e0290a6
commit
d63c6292b3
@ -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>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user