release: Multi-Hoster-Upload v2.0.4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
(function (scope) {
|
||||
function getAccountSubmitLabel({ isEdit } = {}) {
|
||||
return isEdit ? 'Prüfen und speichern' : 'Prüfen und anlegen';
|
||||
function getAccountSubmitLabel() {
|
||||
return 'Prüfen und speichern';
|
||||
}
|
||||
|
||||
async function submitValidatedAccount({ validate, commit, afterCommit, isCurrent }) {
|
||||
|
||||
Reference in New Issue
Block a user