l10n: Removed blnak before exclamation mark

Reported at Transifex.

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
master
rakekniven 2019-11-23 10:35:38 +01:00 committed by GitHub
parent aee4b7a439
commit 5dac09d460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ app.controller('WeatherController', ['$scope', '$interval', '$timeout', '$compil
$scope.addCity = function(city) {
if (undef(city) || emptyStr(city.name)) {
$scope.addCityError = t('weather', 'Empty city name !');
$scope.addCityError = t('weather', 'Empty city name!');
return;
}