diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-06-07 15:02:10 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-06-07 15:02:10 -0700 |
commit | 9d4be201aaaeaac23f4b18fb6c91caca857a2f0f (patch) | |
tree | 0b669aa0d7d382679100a69c0f9a59287b906568 /app/Locale/de_DE | |
parent | dfea2f23653644b574322a5199c120a32e1f29f3 (diff) |
Add quick link assign me in different views
Diffstat (limited to 'app/Locale/de_DE')
-rw-r--r-- | app/Locale/de_DE/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 56ecbd38..80011c61 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1022,7 +1022,6 @@ return array( 'Edit description' => 'Beschreibung bearbeiten', 'New internal link' => 'Neue interne Verbindung', 'Display list of keyboard shortcuts' => 'Liste der Tastaturkürzel anzeigen', - 'Set start date' => 'Anfangsdatum setzen', 'Avatar' => 'Avatar', 'Upload my avatar image' => 'Mein Avatar Bild hochladen', 'Remove my image' => 'Mein Bild entfernen', @@ -1383,4 +1382,5 @@ return array( // 'Edit tasks in bulk' => '', // 'Choose the properties that you would like to change for the selected tasks.' => '', // 'Configure this project' => '', + // 'Start now' => '', ); |