mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
BUGFIX: Improve copy and correct instruction alignment
This commit is contained in:
parent
2b64118df1
commit
e076682bc6
3 changed files with 8 additions and 7 deletions
|
@ -139,18 +139,18 @@
|
|||
<div class="controls">
|
||||
<label>{{i18n user.watched_categories}}</label>
|
||||
{{category-group categories=watchedCategories}}
|
||||
<div class="instructions">{{i18n user.watched_categories_instructions}}</div>
|
||||
</div>
|
||||
<div class="instructions">{{i18n user.watched_categories_instructions}}</div>
|
||||
<div class="controls">
|
||||
<label>{{i18n user.tracked_categories}}</label>
|
||||
{{category-group categories=trackedCategories}}
|
||||
<div class="instructions">{{i18n user.tracked_categories_instructions}}</div>
|
||||
</div>
|
||||
<div class="instructions">{{i18n user.tracked_categories_instructions}}</div>
|
||||
<div class="controls">
|
||||
<label>{{i18n user.muted_categories}}</label>
|
||||
{{category-group categories=mutedCategories}}
|
||||
<div class="instructions">{{i18n user.muted_categories_instructions}}</div>
|
||||
</div>
|
||||
<div class="instructions">{{i18n user.muted_categories_instructions}}</div>
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
|
|
|
@ -43,8 +43,9 @@
|
|||
}
|
||||
.instructions {
|
||||
color: $dark_gray;
|
||||
margin-left: 165px;
|
||||
margin-left: 160px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.avatar {
|
||||
margin-left: 3px;
|
||||
|
|
|
@ -230,11 +230,11 @@ en:
|
|||
suspended_reason: "Reason: "
|
||||
watch_new_topics: "Automatically watch all new topics posted on the forum"
|
||||
watched_categories: "Watched"
|
||||
watched_categories_instructions: "You will automatically watch all topics in these categories"
|
||||
watched_categories_instructions: "Same as Tracking, plus you will be notified of all new posts and topics."
|
||||
tracked_categories: "Tracked"
|
||||
tracked_categories_instructions: "You will automatically receive notifications for topics in these categories"
|
||||
tracked_categories_instructions: "You will automatically track all new and existing topics providing you a count of unread and new posts"
|
||||
muted_categories: "Muted"
|
||||
muted_categories_instructions: "You will automatically mute all topics in these categories"
|
||||
muted_categories_instructions: "You will not be notified of anything about this topic, and it will not appear on your unread tab."
|
||||
|
||||
messages:
|
||||
all: "All"
|
||||
|
|
Loading…
Reference in a new issue