Skip to content

Commit 7b11570

Browse files
committed
fix(i18n): buttons.edit
1 parent ffbff99 commit 7b11570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/src/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ router.beforeEach((to, from) => {
138138
color="neutral"
139139
variant="outline"
140140
class="bg-transparent backdrop-blur-md px-2"
141-
label="Edit this page"
141+
:label="$t('studio.buttons.edit')"
142142
@click="editContentFile(activeDocuments[0].fsPath)"
143143
/>
144144
</UFieldGroup>

0 commit comments

Comments
 (0)