Skip to content

Commit

Permalink
chore: change public and archive wording to make usage more clear (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
Monirzadeh authored Aug 27, 2024
1 parent 40ae4cd commit d7a91f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions internal/view/assets/js/page/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ export default {
},
{
name: "makePublic",
label: "Make archive publicly available",
label: "Make bookmark publicly available",
type: "check",
value: this.appOptions.MakePublic,
},
Expand Down Expand Up @@ -517,7 +517,7 @@ export default {
},
{
name: "makePublic",
label: "Make archive publicly available",
label: "Make bookmark publicly available",
type: "check",
value: book.public >= 1,
},
Expand Down
2 changes: 1 addition & 1 deletion internal/view/assets/js/page/setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var template = `
</label>
<label>
<input type="checkbox" v-model="appOptions.MakePublic" @change="saveSetting">
Make archive publicly available by default
Make bookmark publicly available by default
</label>
</details>
<details v-if="activeAccount.owner" open class="setting-group" id="setting-accounts">
Expand Down

0 comments on commit d7a91f7

Please sign in to comment.