Skip to content

Commit 9f65e32

Browse files
committed
Minor fixes
1 parent f5f97e6 commit 9f65e32

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/SIL.XForge.Scripture/ClientApp/src/app/translate/draft-generation/draft-history-list/draft-history-entry/_draft-history-entry-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
--draft-history-entry-green-color: #{if($is-dark, lightGreen, darkGreen)};
88
--draft-history-entry-grey-color: #{if($is-dark, hsl(0 0% 60%), hsl(0 0% 45%))};
99
--draft-history-entry-subtitle-color: #{if($is-dark, lightGrey, #666)};
10-
--draft-history-entry-new-label: #{mat.get-theme-color($theme, primary, if($is-dark, 70, 40))};
10+
--draft-history-entry-new-label-color: #{mat.get-theme-color($theme, primary, if($is-dark, 70, 40))};
1111
}
1212

1313
@mixin theme($theme) {

src/SIL.XForge.Scripture/ClientApp/src/app/translate/draft-generation/draft-history-list/draft-history-entry/draft-history-entry.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div>
3636
<span class="new-label">{{ t("new") }}</span
3737
>&nbsp;
38-
<span>{{ t("change_line_breaks_and_quotation_marks") }}</span>
38+
<span>{{ t("options_for_line_breaks_and_quotation_marks") }}</span>
3939
</div>
4040
}
4141
</div>

src/SIL.XForge.Scripture/ClientApp/src/app/translate/draft-generation/draft-history-list/draft-history-entry/draft-history-entry.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ mat-panel-description {
3737
}
3838

3939
.new-label {
40-
color: var(--draft-history-entry-new-label);
40+
color: var(--draft-history-entry-new-label-color);
4141
font-weight: 500;
4242
}
4343
}

src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/non_checking_en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@
275275
"use_echo": "Use Echo Translation Engine"
276276
},
277277
"draft_history_entry": {
278-
"change_line_breaks_and_quotation_marks": "You can change how line breaks and quotation marks are handled so the draft is easier to edit.",
279278
"click_book_to_preview": "Click a book below to preview the draft and add it to your project.",
280279
"download_zip": "Download draft as ZIP file",
281280
"draft_active": "Running",
@@ -290,6 +289,7 @@
290289
"formatting_options": "Formatting options",
291290
"hide_model_training_configuration": "Hide model training configuration",
292291
"new": "NEW!",
292+
"options_for_line_breaks_and_quotation_marks": "Options for line-breaks and quotation marks to make editing easier",
293293
"requested_at": "Requested {{ requestedAtTime }}.",
294294
"requested_by": "Requested by {{ requestedByUserName }} at {{ requestedAtTime }}.",
295295
"select_formatting_options": "The draft has been created, and there are new formatting options to select. You will only need to do this once, but you can make changes for every new draft if you wish.",

0 commit comments

Comments
 (0)