Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 8acc2a1

Browse files
authored
l10n: Adapted grammar (#77)
"Successfully" is a filler word. Reported at Transifex. Signed-off-by: rakekniven <[email protected]>
1 parent 746fba3 commit 8acc2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/details/DetailsListItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export default {
230230
this.$emit('update:checkedDetailGroups', newCheckedDetailGroups)
231231
}
232232
emit('updateTaskInfo')
233-
showSuccess(this.t('mediadc', 'Duplicate group succesffully removed'))
233+
showSuccess(this.t('mediadc', 'Duplicate group removed'))
234234
const detailCheckedIndex = this.checkedDetailGroups.findIndex(d => d.id === detail.id)
235235
if (detailCheckedIndex !== -1) {
236236
const newCheckedDetailGroups = this.checkedDetailGroups

0 commit comments

Comments
 (0)