We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e9d26 commit a21eba1Copy full SHA for a21eba1
apps/frontend/src/pages/servers/manage/[id].vue
@@ -19,7 +19,7 @@
19
</div>
20
<UiCopyCode :text="server.error ? String(server.error) : 'Unknown error'" />
21
<ButtonStyled size="large" color="brand" @click="() => router.push('/servers/manage')">
22
- <button class="mt-6 !w-full">Go to server</button>
+ <button class="mt-6 !w-full">Go back to all servers</button>
23
</ButtonStyled>
24
25
0 commit comments