From af48dd7c063f0c8930f474712ce534d9f80e9481 Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Mon, 21 Apr 2025 20:12:49 +0200 Subject: [PATCH] Change close button position (now right) --- src/ExtStates/NotAuthenticated.tsx | 37 ++++++++++++++++-------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/src/ExtStates/NotAuthenticated.tsx b/src/ExtStates/NotAuthenticated.tsx index 44886e7..74b7798 100644 --- a/src/ExtStates/NotAuthenticated.tsx +++ b/src/ExtStates/NotAuthenticated.tsx @@ -936,7 +936,14 @@ export const NotAuthenticated = ({ )} + + {mode === 'list' && ( + + )} + {mode === 'list' && ( <> - )} {mode === 'add-node' && ( <> @@ -989,7 +991,7 @@ export const NotAuthenticated = ({ aria-describedby="alert-dialog-description" > - {t('auth:enter_apikey', { postProcess: 'capitalize' })} + {t('auth:apikey.enter', { postProcess: 'capitalize' })} - {t('auth:apikey_alternative', { postProcess: 'capitalize' })} + {t('auth:apikey.alternative', { postProcess: 'capitalize' })} - - + + + )}