Skip to content

Commit a21eba1

Browse files
committed
fix: grammar
Signed-off-by: Evan Song <theevansong@gmail.com>
1 parent 39e9d26 commit a21eba1

File tree

1 file changed

+1
-1
lines changed
  • apps/frontend/src/pages/servers/manage

1 file changed

+1
-1
lines changed

apps/frontend/src/pages/servers/manage/[id].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</div>
2020
<UiCopyCode :text="server.error ? String(server.error) : 'Unknown error'" />
2121
<ButtonStyled size="large" color="brand" @click="() => router.push('/servers/manage')">
22-
<button class="mt-6 !w-full">Go to server</button>
22+
<button class="mt-6 !w-full">Go back to all servers</button>
2323
</ButtonStyled>
2424
</div>
2525
</div>

0 commit comments

Comments
 (0)