Skip to content

Commit 165b081

Browse files
committed
a
1 parent a803f0f commit 165b081

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1146,12 +1146,12 @@ export function initConfig() {
11461146
async _getButtons() {
11471147
return [
11481148
{
1149-
label: "DND5E.LongRest",
1149+
label: "DND5E.REST.Long.Label",
11501150
onClick: (event) => this.actor.longRest(),
11511151
icon: "fas fa-bed",
11521152
},
11531153
{
1154-
label: "DND5E.ShortRest",
1154+
label: "DND5E.REST.Short.Label",
11551155
onClick: (event) => this.actor.shortRest(),
11561156
icon: "fas fa-coffee",
11571157
},

0 commit comments

Comments
 (0)