UX: de-emphasize actions on topics

This commit is contained in:
Sam 2018-05-24 15:27:44 +10:00
parent 4e53bf1962
commit 908972a723
2 changed files with 3 additions and 4 deletions

View File

@ -10,8 +10,7 @@
{{d-button
action=(action "unassignAll")
icon="times"
label="discourse_assign.unassign_all.title"
class="btn-danger"}}
label="discourse_assign.unassign_all.title"}}
{{/if}}
</div>

View File

@ -10,7 +10,7 @@ en:
assigned_to: "Assigned to"
assign_notification: "<i title='assigned' class='fa fa-user-plus'></i><p><span>{{username}}</span> {{description}}</p>"
unassign_all:
title: "Unassign All Topics"
title: "Unassign All"
confirm: "Are you sure you want to unassign all topics from {{username}}?"
unassign:
@ -28,5 +28,5 @@ en:
help: "Assign topic to yourself"
user:
messages:
assigned_title: "Assigned Messages (%{count})"
assigned_title: "Assigned (%{count})"
assigned: "Assigned"