[mielecloud] Fix typo and localization key resolution (#10821)
Signed-off-by: Björn Lange <bjoern.lange@itemis.de>
This commit is contained in:
parent
32c1e65799
commit
c97f2ac2fa
|
@ -6,8 +6,8 @@ binding.mielecloud.description=This is the cloud-based Miele@home binding.
|
|||
thing-type.mielecloud.account.label=Miele@home Account
|
||||
thing-type.mielecloud.account.description=The Miele@home Account is used to access linked Miele Conn@ct smart home devices.
|
||||
|
||||
thing-type.config.mielecloud.account.locale.label=E-mail
|
||||
thing-type.config.mielecloud.account.locale.description=E-mail address associated with the Miele Cloud account.
|
||||
thing-type.config.mielecloud.account.email.label=E-mail
|
||||
thing-type.config.mielecloud.account.email.description=E-mail address associated with the Miele Cloud account.
|
||||
|
||||
thing-type.config.mielecloud.account.locale.label=Locale
|
||||
thing-type.config.mielecloud.account.locale.description=Locale to be used for API calls.
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label for="email">E-mail address:</label>
|
||||
<input type="text" class="form-control" id="email" name="email" placeholder="Enter the e-mail address associated with you Miele Cloud Account" required pattern="[a-z0-9._%+-]{3,}@[a-z]{3,}([.]{1}[a-z]{2,}|[.]{1}[a-z]{2,}[.]{1}[a-z]{2,})" />
|
||||
<input type="text" class="form-control" id="email" name="email" placeholder="Enter the e-mail address associated with your Miele Cloud Account" required pattern="[a-z0-9._%+-]{3,}@[a-z]{3,}([.]{1}[a-z]{2,}|[.]{1}[a-z]{2,}[.]{1}[a-z]{2,})" />
|
||||
</div>
|
||||
<button type="submit" class="btn btn-danger btn-lg">Pair Account</button>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue