]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix trashbin restore translation
authorRoeland Jago Douma <roeland@famdouma.nl>
Thu, 14 Feb 2019 10:57:52 +0000 (11:57 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 14 Feb 2019 10:57:52 +0000 (11:57 +0100)
The files app doesn't have this entry.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
apps/files_trashbin/src/app.js

index 199cb7d4f84092fcf9ade24ff108c9c69adbe872..3f6fd0112388b22d05226ab2825d15a98c997fcd 100644 (file)
@@ -42,7 +42,7 @@ OCA.Trashbin.App = {
                                multiSelectMenu: [
                                        {
                                                name: 'restore',
-                                               displayName: t('files', 'Restore'),
+                                               displayName: t('files_trashbin', 'Restore'),
                                                iconClass: 'icon-history',
                                        },
                                        {