Skip to content

Commit 3cead87

Browse files
az108claude
andcommitted
Tutorial groups: Localize the import warning dialog's dismiss button
The button carried a literal "Ok" and so stayed English in a German session. Reuse entity.action.close, which is already translated and names what the button does to an informational dialog. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 08b9d0b commit 3cead87

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main/webapp/app/tutorialgroup/manage/tutorial-groups-management/tutorial-groups-import-button/tutorial-groups-import-button.component.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
>
2727
<p jhiTranslate="artemisApp.tutorialGroupImportDialog.finishedWarning"></p>
2828
<ng-template #footer>
29-
<button tumUiButton size="small" severity="secondary" type="button" (click)="closeWarningDialog()">Ok</button>
29+
<button tumUiButton size="small" severity="secondary" type="button" (click)="closeWarningDialog()">
30+
<span jhiTranslate="entity.action.close"></span>
31+
</button>
3032
</ng-template>
3133
</p-dialog>

0 commit comments

Comments
 (0)