We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent badf762 commit c7e081dCopy full SHA for c7e081d
1 file changed
apps/systemtags/src/components/SystemTagPicker.vue
@@ -279,7 +279,7 @@ export default defineComponent({
279
if (this.toAdd.length === 1 && this.toRemove.length === 1) {
280
return n(
281
'systemtags',
282
- '{tag1} will be set and {tag2} will be removed from 1 file.',
+ '{tag1} will be set and {tag2} will be removed from {count} file.',
283
'{tag1} will be set and {tag2} will be removed from {count} files.',
284
this.nodes.length,
285
{
@@ -310,7 +310,7 @@ export default defineComponent({
310
311
const removeStringSingular = n(
312
313
- '{tag} will be removed from 1 file.',
+ '{tag} will be removed from {count} file.',
314
'{tag} will be removed from {count} files.',
315
316
0 commit comments