Skip to content

Commit cc0c981

Browse files
committed
Update getActionLabel for runTemplaterFile
1 parent ef77b7d commit cc0c981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/fields/button/actions/RunTemplaterFileButtonActionConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ export class RunTemplaterFileButtonActionConfig extends AbstractButtonActionConf
3232
}
3333

3434
getActionLabel(): string {
35-
return 'Create a new note using Templater';
35+
return 'Run a templater file';
3636
}
3737
}

0 commit comments

Comments
 (0)