Skip to content

Commit

Permalink
change names of settings to imperative voice
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Jan 6, 2022
1 parent 876abbc commit 1571c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/settings/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ export default class StatblockSettingTab extends PluginSettingTab {
})
);
new Setting(container)
.setName("Use Dice Roller")
.setName("Integrate Dice Roller")
.setDesc(
createFragment((e) => {
if (this.plugin.canUseDiceRoller) {
Expand Down
2 changes: 1 addition & 1 deletion src/settings/ui/block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export class BlockModal extends Modal {
el.empty();
if (!this.group && this.plugin.canUseDiceRoller) {
new Setting(el)
.setName("Enable Dice")
.setName("Parse for Dice")
.setDesc(
"The plugin will attempt to add dice rollers as specified."
)
Expand Down

0 comments on commit 1571c16

Please sign in to comment.