diff options
| author | maymaymay <maremajk@gmail.com> | 2016-11-16 07:52:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-16 07:52:16 +0100 |
| commit | b6e39a97651f35b1c6b73c7f20e7c81fbfd1c9b3 (patch) | |
| tree | 757d07f98d5583e913ec0d45c7af7ec07b9a6331 | |
| parent | 7eb8ff8bad095286d20338e8c6c68023962ab591 (diff) | |
Polish language name modyfication
| -rw-r--r-- | www/js/DataModel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 572a9cf4..2a49c454 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -37,7 +37,7 @@ angular.module('zmApp.controllers') value: 'it' }, { - text: 'Polksi', + text: 'Polski', value: 'pl' }, |
