SEBSERV-398 change button text

This commit is contained in:
Nadim Ritter 2024-02-07 14:19:51 +01:00
parent a34cc8c667
commit e8a8563508
2 changed files with 3 additions and 2 deletions

View file

@ -44,7 +44,7 @@ public class SEBExamConfigBatchDeletePopup extends AbstractBatchActionWizard {
private final static LocTextKey FORM_TITLE = new LocTextKey("sebserver.examconfig.list.batch.delete.title");
private final static LocTextKey FORM_INFO = new LocTextKey("sebserver.examconfig.list.batch.delete.info");
private final static LocTextKey ACTION_DO_DELETE = new LocTextKey("sebserver.examconfig.list.batch.action.delete");
private final static LocTextKey ACTION_DO_DELETE = new LocTextKey("sebserver.examconfig.list.batch.action.delete.button");
protected SEBExamConfigBatchDeletePopup(
final PageService pageService,

View file

@ -1097,7 +1097,8 @@ sebserver.examconfig.list.batch.action.status=Target Status
sebserver.examconfig.list.action.reset=Reset To Template Settings
sebserver.examconfig.list.batch.reset.title=Reset To Template Settings
sebserver.examconfig.list.batch.action.reset=Reset All
sebserver.examconfig.list.batch.action.delete=Delete
sebserver.examconfig.list.batch.action.delete=Delete Exam Configurations
sebserver.examconfig.list.batch.action.delete.button=Delete
sebserver.examconfig.list.batch.delete.title=Delete Selected Exam Configurations
sebserver.examconfig.list.batch.delete.info=Please Note:<br/>&nbsp;&nbsp;&nbsp;&nbsp;This deletes the exam configuration in SEB Server<br/>&nbsp;&nbsp;&nbsp;&nbsp;
sebserver.examconfig.list.batch.action.reset.info=This action process a reset of the SEB settings to its template settings for all selected configurations.<br/>Please note this will be done only for those that has an origin template and are not in state "Used". <br/>Please note also that this action tries to directly publish the changes and if not possible (active SEB client connections) it will report an error even if the settings has been reseted.