File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export default defineComponent({
8383 },
8484 computed: {
8585 instructionMessage() {
86- const message = this .project ?.lookFor
86+ const message = this .$t ( ' streetProject.lookFor ' , { lookFor: this . project ?.lookFor })
8787 return message
8888 },
8989 },
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export default defineComponent({
2323 <v-card-text >
2424 <div class =" text-h6" >{{ $t('projectInstructions.classifyTitle') }}</div >
2525 <div class =" text-p" >
26- {{ instructionMessage }} {{ $t('projectInstructions.classifyInstruction') }}.
26+ {{ instructionMessage }}. {{ $t('projectInstructions.classifyInstruction') }}.
2727 </div >
2828
2929 <v-row v-for =" (option, optionIndex) in options" :key =" optionIndex" align =" center" dense >
Original file line number Diff line number Diff line change 202202 },
203203 "streetProject" : {
204204 "moveLeft" : " Zurück" ,
205- "moveRight" : " Weiter"
205+ "moveRight" : " Weiter" ,
206+ "lookFor" : " Suche {lookFor}"
206207 },
207208 "digitizeProjectInstructions" : {
208209 "switchMode" : " Editiermodus umschalten" ,
Original file line number Diff line number Diff line change 202202 },
203203 "streetProject" : {
204204 "moveLeft" : " Back" ,
205- "moveRight" : " Forward"
205+ "moveRight" : " Forward" ,
206+ "lookFor" : " Look for {lookFor}"
206207 },
207208 "digitizeProjectInstructions" : {
208209 "switchMode" : " Switch editing mode" ,
You can’t perform that action at this time.
0 commit comments