Skip to content

Commit

Permalink
Change new langauge setting desc to a less technical explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
oleeskild committed Oct 16, 2023
1 parent b0982b5 commit cbf9132
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "digitalgarden",
"name": "Digital Garden",
"version": "2.53.0",
"version": "2.54.0",
"minAppVersion": "0.12.0",
"description": "Publish your notes to the web for others to enjoy. For free.",
"author": "Ole Eskild Steensen",
Expand Down
2 changes: 1 addition & 1 deletion src/views/SettingsView/SettingView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ export default class SettingView {
new Setting(themeModal.contentEl)
.setName("Main language")
.setDesc(
'ISO 639-1 language code for the main language of your site. This is used to set correct <html lang="">.',
"Language code (ISO 639-1) for the main language of your site. This is used to set the correct language on your site to assist search engines and browsers.",
)
.addText((text) =>
text
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"2.54.0": "0.12.0",
"2.53.0": "0.12.0",
"2.52.0": "0.12.0",
"2.51.0": "0.12.0",
Expand Down

0 comments on commit cbf9132

Please sign in to comment.