confirmation popup refactoring

This commit is contained in:
Čarodej
2022-01-22 13:43:24 +01:00
parent fc74682e62
commit f5e45126db
3 changed files with 68 additions and 62 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ const itemHelpers = {
Vue.prototype.$detachMeFromTeamFolder = function (folder) {
events.$emit('confirm:open', {
title: i18n.t('Are you sure you want to leave this team?'),
title: i18n.t('Are you sure you want to leave this team folder?'),
message: i18n.t("You will don't have access to the files and all your previously uploaded content will be part of this Team Folder you are leaving."),
action: {
id: folder.data.id,