mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-25 02:48:54 +01:00
Fix an error in archive button saying "archive selected" when its an only item, so must be "archive"
This commit is contained in:
parent
24ace45ca8
commit
69c97b9c2d
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"archiveTooltip": "Archivar selección",
|
"archiveTooltip": "Archivar",
|
||||||
"@archiveTooltip": {
|
"@archiveTooltip": {
|
||||||
"description": "Archive selected items"
|
"description": "Archive selected items"
|
||||||
},
|
},
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"archiveSelectedSuccessNotification": "Selección archivada con éxito",
|
"archiveSelectedSuccessNotification": "Archivado con éxito",
|
||||||
"@archiveSelectedSuccessNotification": {
|
"@archiveSelectedSuccessNotification": {
|
||||||
"description": "Archived all selected items successfully"
|
"description": "Archived all selected items successfully"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue