File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ function toggleAction() {
3737 class =" bg-white hover:bg-muted dark:bg-accented dark:hover:bg-elevated"
3838 @click =" toggleAction"
3939 >
40- {{ isDiffShown ? 'Back to code' : "See what's changed" }}
40+ {{ isDiffShown ? $t('studio.buttons.backToCode') : $t('studio.buttons.seeChanges') }}
4141 </UButton >
4242 </template >
4343 </UAlert >
Original file line number Diff line number Diff line change 88 "signOut" : " Sign out" ,
99 "review" : " Review" ,
1010 "publish" : " Publish" ,
11- "back" : " Back"
11+ "back" : " Back" ,
12+ "backToCode" : " Back to code" ,
13+ "seeChanges" : " See what's changed"
1214 },
1315 "headings" : {
1416 "directories" : " Directories" ,
Original file line number Diff line number Diff line change 88 "signOut" : " Se déconnecter" ,
99 "review" : " Valider" ,
1010 "publish" : " Publier" ,
11- "back" : " Retour"
11+ "back" : " Retour" ,
12+ "backToCode" : " Retour au code" ,
13+ "seeChanges" : " Voir les changements"
1214 },
1315 "headings" : {
1416 "directories" : " Dossiers" ,
You can’t perform that action at this time.
0 commit comments