Skip to content
Snippets Groups Projects
Commit e96e68b7 authored by Moritz Strohm's avatar Moritz Strohm Committed by Jan-Hendrik Willms
Browse files

reverted to the double title state of the "save" button

parent aa4df804
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
</div>
<div data-dialog-button="">
<button class="button" title="<?= _('Den aktuellen Stand speichern.') ?>">
<button class="button" :title="isChanged ? '<?= _('Den aktuellen Stand speichern.') ?>' : '<?= _('Der aktuelle Stand wurde bereits gespeichert.') ?>'">
<?= _('Speichern') ?>
</button>
<?= \Studip\LinkButton::create(_('Verlassen'), $controller->leave_editing($page))?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment