diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2025-10-16 16:41:24 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-10-16 16:41:24 +0200 |
| commit | 9990e5558141ef0df808c94ce04f128a4675e467 (patch) | |
| tree | 1a005635374c3ea9d4e78e1566f78e600f3d089f /resources/vue | |
| parent | f3ed46d8f20b9fa1f39b065a63d322f197583030 (diff) | |
Resolve "Tippfehler beim Aufruf von $gettext"
Closes #5960
Merge request studip/studip!4556
Diffstat (limited to 'resources/vue')
| -rw-r--r-- | resources/vue/components/FileCacheConfig.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/vue/components/FileCacheConfig.vue b/resources/vue/components/FileCacheConfig.vue index 3644c5c..21c7e9e 100644 --- a/resources/vue/components/FileCacheConfig.vue +++ b/resources/vue/components/FileCacheConfig.vue @@ -1,7 +1,7 @@ <template> <label class="col-4"> <span class="required"> - {{ $gettexdt('Dateipfad') }} + {{ $gettext('Dateipfad') }} </span> <input required type="text" name="path" v-model="thePath"> </label> |
