mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-16 17:05:09 -04:00
better signal on empty category desc
This commit is contained in:
parent
c91c6bbb11
commit
cc473f1c5d
2 changed files with 2 additions and 2 deletions
app/assets/javascripts/discourse/templates/modal
config/locales
|
@ -44,7 +44,7 @@
|
|||
{{/if}}
|
||||
{{#if topic_url}}
|
||||
<br/>
|
||||
<button class="btn btn-small" {{action showCategoryTopic}}>{{i18n category.change_in_category_topic}}</button>
|
||||
<button class="btn btn-small" {{action showCategoryTopic}}><i class="fa fa-pencil"></i>{{i18n category.change_in_category_topic}}</button>
|
||||
{{/if}}
|
||||
</section>
|
||||
{{/if}}
|
||||
|
|
|
@ -1127,7 +1127,7 @@ en:
|
|||
delete_confirm: "Are you sure you want to delete this category?"
|
||||
delete_error: "There was an error deleting the category."
|
||||
list: "List Categories"
|
||||
no_description: "There is no description for this category, edit the topic definition."
|
||||
no_description: "Please add a description for this category."
|
||||
change_in_category_topic: "Edit Description"
|
||||
already_used: 'This color has been used by another category'
|
||||
security: "Security"
|
||||
|
|
Loading…
Add table
Reference in a new issue