Skip to content
Snippets Groups Projects
Commit a28baf35 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix typos, re #3747

parent 5a55ae31
No related branches found
No related tags found
No related merge requests found
......@@ -189,12 +189,12 @@ export default {
getExpiryTitle(userName, date) {
if (date) {
return this.$this.$gettext(
return this.$gettext(
'Die Berechtigungen für %{ userName } laufen am folgendem Datum ab: %{ dateStr }',
{ userName: userName, dateStr: new Date(date).toLocaleDateString() }
);
} else {
return this.$this.$gettext(
return this.$gettext(
'Das Ablaufdatum der Berechtigungen für %{ userName }',
{ userName: userName }
);
......
......@@ -376,7 +376,7 @@ export default {
break;
}
return this.$this.$gettext(
return this.$gettext(
'Diese Seite kann von %{persons} nicht gesehen werden',
{ persons: persons }
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment