mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
resolve conflicts
This commit is contained in:
parent
592d2c300e
commit
1bcfe14d70
@ -95,7 +95,7 @@ describe('ContributionLinkList', () => {
|
||||
})
|
||||
|
||||
it('toasts a success message', () => {
|
||||
expect(toastSuccessSpy).toBeCalledWith('TODO: request message deleted ')
|
||||
expect(toastSuccessSpy).toBeCalledWith('contributionLink.deleted')
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
@ -87,7 +87,7 @@ export default {
|
||||
},
|
||||
})
|
||||
.then(() => {
|
||||
this.toastSuccess('TODO: request message deleted ')
|
||||
this.toastSuccess(this.$t('contributionLink.deleted'))
|
||||
this.$emit('get-contribution-links')
|
||||
})
|
||||
.catch((err) => {
|
||||
|
||||
@ -7,7 +7,12 @@
|
||||
"contributionLinks": "Beitragslinks",
|
||||
"create": "Anlegen",
|
||||
"cycle": "Zyklus",
|
||||
<<<<<<< HEAD
|
||||
"deleteNow": "Automatische Schöpfung '{name}' löschen?",
|
||||
=======
|
||||
"deleteNow": "Automatische Creations '{name}' wirklich löschen?",
|
||||
"deleted":"Automatische Schöpfung gelöscht!",
|
||||
>>>>>>> f12288eff (add success deleted messages)
|
||||
"maximumAmount": "maximaler Betrag",
|
||||
"maxPerCycle": "Wiederholungen",
|
||||
"memo": "Nachricht",
|
||||
|
||||
@ -7,7 +7,12 @@
|
||||
"contributionLinks": "Contribution Links",
|
||||
"create": "Create",
|
||||
"cycle": "Cycle",
|
||||
<<<<<<< HEAD
|
||||
"deleteNow": "Delete automatic creations '{name}'?",
|
||||
=======
|
||||
"deleteNow": "Do you really delete automatic creations '{name}'?",
|
||||
"deleted":"Automatic creation deleted!",
|
||||
>>>>>>> f12288eff (add success deleted messages)
|
||||
"maximumAmount": "Maximum amount",
|
||||
"maxPerCycle": "Repetition",
|
||||
"memo": "Memo",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user