diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2021-11-30 16:27:51 +0100 |
|---|---|---|
| committer | Thomas Hackl <hackl@data-quest.de> | 2021-11-30 16:27:51 +0100 |
| commit | f7bcdd2ed2e98b4965526e75cb5ae89915d74e50 (patch) | |
| tree | 17aee888173dde75f95a93d5c9d5f380dbf190c2 /app/controllers/resources/admin.php | |
| parent | 5fc2484ff09b90f6f88dff470239e6f07820a367 (diff) | |
change text string "Planungsbuchung" to be consistent with existing "geplante Buchung", fixes #67
Diffstat (limited to 'app/controllers/resources/admin.php')
| -rw-r--r-- | app/controllers/resources/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/resources/admin.php b/app/controllers/resources/admin.php index 80a6c26..3f2237d 100644 --- a/app/controllers/resources/admin.php +++ b/app/controllers/resources/admin.php @@ -1060,7 +1060,7 @@ class Resources_AdminController extends AuthenticatedController 0 => _('Buchung'), 1 => _('Reservierung'), 2 => _('Sperrbuchung'), - 3 => _('Planungsbuchung') + 3 => _('geplante Buchung') ]; if (Request::submitted('save')) { |
