Skip to content

Commit 690035f

Browse files
committed
Changed Cancel to Back for the tag selection state
1 parent e6f4357 commit 690035f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/SIL.XForge.Scripture/ClientApp/src/app/checking/import-questions-dialog/import-questions-dialog.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ <h2 mat-dialog-title class="dialog-icon-title">
298298
<mat-dialog-actions align="end">
299299
@if (status === "paratext_tag_selection") {
300300
<button mat-button (click)="cancelParatextTagSelection()">
301-
{{ t("cancel") }}
301+
{{ t("back") }}
302302
</button>
303303
<button
304304
mat-flat-button

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@
496496
"transcelerator": "Transcelerator"
497497
},
498498
"import_questions_dialog": {
499+
"back": "Back",
499500
"cancel": "Cancel",
500501
"canceling_import_not_remove_questions": "Note: Cancelling will not delete questions that are already imported.",
501502
"canceling_import": "Canceling import...",

0 commit comments

Comments
 (0)