diff options
Diffstat (limited to 'apps/updatenotification/js/updatenotification.js')
-rw-r--r-- | apps/updatenotification/js/updatenotification.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/updatenotification/js/updatenotification.js b/apps/updatenotification/js/updatenotification.js index 9738675e970..7b23211f184 100644 --- a/apps/updatenotification/js/updatenotification.js +++ b/apps/updatenotification/js/updatenotification.js @@ -346,6 +346,9 @@ t.exports=function(t){return null!=t&&(n(t)||function(t){return"function"==typeo /** * @copyright Copyright (c) 2018 Joas Schilling <coding@schilljs.com> * + * @author Joas Schilling <coding@schilljs.com> + * @author John Molakvoæ <skjnldsv@protonmail.com> + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify @@ -359,7 +362,7 @@ t.exports=function(t){return null!=t&&(n(t)||function(t){return"function"==typeo * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. + * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ i.default.mixin({methods:{t:function(t,e,n,r,o){return OC.L10N.translate(t,e,n,r,o)},n:function(t,e,n,r,o,i){return OC.L10N.translatePlural(t,e,n,r,o,i)}}}),new i.default({el:"#updatenotification",render:function(t){return t(x)}})}]); |