copy: clarify the unfiltered status option

Use Any status for the English queue filter option so the absence of a status restriction reads naturally.
This commit is contained in:
Sucukdeluxe
2026-08-21 01:03:26 +02:00
parent 010b148141
commit a1ff19cc30
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -28,6 +28,8 @@ test('translations cover static labels and interpolated status text in both lang
assert.equal(translateText('Update v2.1.0 verfügbar', 'en'), 'Update v2.1.0 available');
assert.equal(translateText('Settings', 'de'), 'Einstellungen');
assert.equal(translateText('Update v2.1.0 available', 'de'), 'Update v2.1.0 verfügbar');
assert.equal(translateText('Alle Status', 'en'), 'Any status');
assert.equal(translateText('Any status', 'de'), 'Alle Status');
});
test('sidebar hierarchy uses distinct English and German kicker labels', () => {