mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Link choose device label with input
This commit is contained in:
@@ -56,12 +56,15 @@ export function InstallScreenChoosingDeviceNameStep({
|
||||
|
||||
<div className="module-InstallScreenChoosingDeviceNameStep__contents">
|
||||
<div className="module-InstallScreenChoosingDeviceNameStep__header">
|
||||
<h1>{i18n('icu:chooseDeviceName')}</h1>
|
||||
<label htmlFor="deviceName">
|
||||
<h1>{i18n('icu:chooseDeviceName')}</h1>
|
||||
</label>
|
||||
<h2>{i18n('icu:Install__choose-device-name__description')}</h2>
|
||||
</div>
|
||||
<div className="module-InstallScreenChoosingDeviceNameStep__inputs">
|
||||
<input
|
||||
className="module-InstallScreenChoosingDeviceNameStep__input"
|
||||
id="deviceName"
|
||||
maxLength={MAX_DEVICE_NAME_LENGTH}
|
||||
onChange={event => {
|
||||
setDeviceName(event.target.value);
|
||||
|
||||
Reference in New Issue
Block a user