[mielecloud] Fix typo and localization key resolution (#10821)

Signed-off-by: Björn Lange <bjoern.lange@itemis.de>
This commit is contained in:
Björn Lange 2021-06-07 20:56:24 +02:00 committed by GitHub
parent 32c1e65799
commit c97f2ac2fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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.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.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.email.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.description=E-mail address associated with the Miele Cloud account.
thing-type.config.mielecloud.account.locale.label=Locale thing-type.config.mielecloud.account.locale.label=Locale
thing-type.config.mielecloud.account.locale.description=Locale to be used for API calls. thing-type.config.mielecloud.account.locale.description=Locale to be used for API calls.

View File

@ -53,7 +53,7 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="email">E-mail address:</label> <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> </div>
<button type="submit" class="btn btn-danger btn-lg">Pair Account</button> <button type="submit" class="btn btn-danger btn-lg">Pair Account</button>
</form> </form>