Skip to content

Commit

Permalink
[mielecloud] Fix typo and localization key resolution (openhab#10821)
Browse files Browse the repository at this point in the history
Signed-off-by: Björn Lange <bjoern.lange@itemis.de>
Signed-off-by: Luca Calcaterra <calcaterra.luca@gmail.com>
  • Loading branch information
BjoernLange authored and lucacalcaterra committed Jul 26, 2021
1 parent bae4da8 commit 14845e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2>Cloud Binding Configuration</h2>
</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>
Expand Down

0 comments on commit 14845e0

Please sign in to comment.