changement de vocabulaire
This commit is contained in:
@ -121,7 +121,7 @@ export function NavigationConsole({ isOpen, onClose }: NavigationConsoleProps) {
|
|||||||
value={input}
|
value={input}
|
||||||
onChange={(e) => setInput(e.target.value)}
|
onChange={(e) => setInput(e.target.value)}
|
||||||
onKeyDown={handleKeyDown}
|
onKeyDown={handleKeyDown}
|
||||||
placeholder="Nom de l'espace ou URL..."
|
placeholder="Name a space"
|
||||||
style={{
|
style={{
|
||||||
width: '100%',
|
width: '100%',
|
||||||
background: 'transparent',
|
background: 'transparent',
|
||||||
|
|||||||
Reference in New Issue
Block a user