chore: fix build (#33264)

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
Ben Lambert
2026-03-10 17:19:29 +01:00
committed by GitHub
parent dbb7f0017a
commit fa6dd7a611
+1 -1
View File
@@ -63,8 +63,8 @@ export const coreComponentsTranslationRef: TranslationRef<
readonly 'autoLogout.stillTherePrompt.buttonText': "Yes! Don't log me out";
readonly 'dependencyGraph.fullscreenTooltip': 'Toggle fullscreen';
readonly 'proxiedSignInPage.title': 'You do not appear to be signed in. Please try reloading the browser page.';
readonly 'logViewer.downloadBtn.tooltip': 'Download logs';
readonly 'logViewer.searchField.placeholder': 'Search';
readonly 'logViewer.downloadBtn.tooltip': 'Download logs';
}
>;