Skip to content
Snippets Groups Projects
Unverified Commit 939c6e9a authored by Karting06's avatar Karting06 Committed by GitHub
Browse files

[FIX] ViewLogs title translation keyword (#20029)

parent 2ab92945
No related branches found
No related tags found
Loading
......@@ -185,7 +185,7 @@ function ViewLogs() {
}, [sendToBottomIfNecessary]);
return <Page>
<Page.Header title={t('View Logs')} />
<Page.Header title={t('View_Logs')} />
<Page.Content>
<Box
width='full'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment