diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-03-11 15:24:34 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-03-11 15:24:34 -0500 |
commit | a22b8f3dc73555800caf55768f04a7a2ce4af7f2 (patch) | |
tree | 60257cb9b508da83be5a9477c434fb53cc3c6f6d /app/Locale/bs_BA | |
parent | 469112918d0cfa6a43a7fdb829cd19bdf85cfcbe (diff) |
Make user actions available from contextual menu
Diffstat (limited to 'app/Locale/bs_BA')
-rw-r--r-- | app/Locale/bs_BA/translations.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php index 4c0e3ca2..b53e8ad5 100644 --- a/app/Locale/bs_BA/translations.php +++ b/app/Locale/bs_BA/translations.php @@ -132,7 +132,6 @@ return array( 'User created successfully.' => 'Korisnik uspješno kreiran', 'Unable to create your user.' => 'Nije uspjelo kreiranje korisnika.', 'User updated successfully.' => 'Korisnik uspješno ažuriran.', - 'Unable to update your user.' => 'Nije moguće ažuriranje korisnika.', 'User removed successfully.' => 'Korisnik uspješno uklonjen.', 'Unable to remove this user.' => 'Nije moguće uklanjanje korisnika.', 'Board updated successfully.' => 'Ploča je uspješno ažurirana.', @@ -1125,7 +1124,7 @@ return array( 'Email settings' => 'Postavke email-a', 'Email sender address' => 'Email adresa pošiljaoca', 'Email transport' => 'Saobraćaj emil-a', - //'Webhook token' => '', + // 'Webhook token' => '', 'Project tags management' => 'Upravljanje oznakama projekta', 'Tag created successfully.' => 'Oznaka uspješno kreirana.', 'Unable to create this tag.' => 'Nemoguće kreirati oznaku.', |