Skip to content

Commit ea454a0

Browse files
Count the door label neutrally
The selector behind the doors offers five ways, the council lives in its own wing, so the six was wrong there. A count-free label cannot drift when modes change.
1 parent ffe63fd commit ea454a0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/src/assets/translations/ui-de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@
10811081
"talkTitle": "Frag einfach etwas",
10821082
"talkBody": "Kein Weg, keine Kapitel. Bring eine Frage mit, und das Echo antwortet.",
10831083
"talkMeta": "Sofort. 30 kostenlose Nachrichten pro Tag.",
1084-
"allWays": "Alle sechs Wege ansehen",
1084+
"allWays": "Alle Wege ansehen",
10851085
"arcEyebrow": "Der Lernweg · Kapitel 1 von 4"
10861086
}
10871087
},

client/src/assets/translations/ui-en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@
10791079
"talkTitle": "Just ask something",
10801080
"talkBody": "No path, no chapters. Bring a question and the Echo answers.",
10811081
"talkMeta": "Right now. 30 free messages a day.",
1082-
"allWays": "See all six ways",
1082+
"allWays": "See all the ways",
10831083
"arcEyebrow": "The learning arc · Chapter 1 of 4"
10841084
}
10851085
},

client/src/components/ModeSelectorMini.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ const ModeSelectorMini: FC<ModeSelectorMiniProps> = ({
325325
</button>
326326
</div>
327327
<button className="doors-allways" onClick={() => setShowAllWays(true)}>
328-
{tString('modes.doors.allWays', 'See all six ways')}
328+
{tString('modes.doors.allWays', 'See all the ways')}
329329
</button>
330330
</div>
331331
) : (

0 commit comments

Comments
 (0)