Skip to content

Commit d54239a

Browse files
authored
Merge branch 'master' into remove-last-slash-onboarding-url
2 parents 0f20913 + d8faabf commit d54239a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Sources/App/Resources/en.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ Home Assistant is free and open source home automation software with a focus on
598598
"settings.template_edit.title" = "Edit Template";
599599
"settings.whats_new.title" = "What's new?";
600600
"settings.widgets.create.add_item.title" = "Add item";
601-
"settings.widgets.create.footer.title" = "While th widget preview only displays one widget size, your custom widget will be available on multiple sizes respecting the limit of items per size.";
601+
"settings.widgets.create.footer.title" = "While the widget preview only displays one widget size, your custom widget will be available on multiple sizes respecting the limit of items per size.";
602602
"settings.widgets.create.items.title" = "Items";
603603
"settings.widgets.create.name.placeholder" = "e.g. Living room favorites";
604604
"settings.widgets.create.name.title" = "Name";

Sources/App/WebView/ConnectionErrorDetailsView.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ struct ConnectionErrorDetailsView: View {
4040
.title
4141
) {
4242
if server.info.connection.useCloud {
43-
Text(L10n.Connection.Error.FailedConnect.CloudInactive.title)
44-
} else {
4543
Text(cloudText)
4644
.font(.body.italic())
45+
} else {
46+
// Alert user when it has deactivated cloud usage in the App
47+
Text(L10n.Connection.Error.FailedConnect.CloudInactive.title)
4748
}
4849
}
4950
}

0 commit comments

Comments
 (0)