diff --git a/js/services/UpgradeNotificationService.js b/js/services/UpgradeNotificationService.js
index a908430b0..21df82260 100644
--- a/js/services/UpgradeNotificationService.js
+++ b/js/services/UpgradeNotificationService.js
@@ -12,6 +12,7 @@ DuckieTV
var dlgLinks = '
Questions? Suggestions? Bugs? Kudo\'s?
Find DuckieTV on Reddit or Facebook.
If you find a bug, please report it on Github';
var notifications = {
'1.1.3': ["Romanian translations by honeybunny from Addic7ed",
+ "Spanish translations by iachopolo",
"French translations by Tra-Vis",
"Norwegian translations by hexjelly",
"Bug fixes for Torrent Client Integrations",
@@ -43,4 +44,4 @@ DuckieTV
}
});
}
-]);
\ No newline at end of file
+]);