Issue/1078 (#1079)
* Externalize property of deletion messages (Collection) #1078 * Externalize property of deletion messages (folder) #1078 * Externalize property of deletion messages (request) #1078 * Externalize property of deletion messages (environment) #1078 * Externalize property (fr-FR.json) of deletion messages (collection, folder, request, environment) #1078 * Externalize property (pt-PT.json) of deletion messages (collection, folder, request, environment) #1078 * Externalize property (pt-BR.json) of deletion messages (collection, folder, request, environment) #1078 * Updating the Spanish file (es-ES)
This commit is contained in:
@@ -62,7 +62,7 @@ export default {
|
||||
}
|
||||
},
|
||||
removeEnvironment() {
|
||||
if (!confirm("Are you sure you want to remove this environment?")) return
|
||||
if (!confirm(this.$t("are_you_sure_remove_environment"))) return
|
||||
this.$store.commit("postwoman/removeEnvironment", this.environmentIndex)
|
||||
this.syncEnvironments()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user