diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js
index 875857745b804b2271b1cb965d904f271f4bf45c..9412e510a545f29005a293eafebe91fd4e8fb1fc 100644
--- a/apps/files/js/fileactions.js
+++ b/apps/files/js/fileactions.js
@@ -469,7 +469,7 @@
 				if (url) {
 					OC.redirect(url);
 				}
-			});
+			}, t('files', 'Download'));
 		}
 	};
 
diff --git a/apps/files_sharing/js/share.js b/apps/files_sharing/js/share.js
index bbd107e070ee99b79d188c07e8c96d23870f7760..3a16c1f2edd560739364574e40f3798d437883e4 100644
--- a/apps/files_sharing/js/share.js
+++ b/apps/files_sharing/js/share.js
@@ -135,7 +135,7 @@
 						$tr.removeAttr('data-share-recipients');
 					}
 				});
-			});
+			}, t('files_sharing', 'Share'));
 		},
 
 		/**