diff --git a/src/module/rolls/check-factory.ts b/src/module/rolls/check-factory.ts
index d291981..21291e5 100644
--- a/src/module/rolls/check-factory.ts
+++ b/src/module/rolls/check-factory.ts
@@ -136,6 +136,7 @@ async function askGmModifier(
content: renderedHtml,
buttons: {
ok: {
+ icon: '',
label: game.i18n.localize("DS4.RollDialogOkButton"),
callback: (html) => {
if (!("jquery" in html)) {
@@ -152,6 +153,7 @@ async function askGmModifier(
},
},
cancel: {
+ icon: '',
label: game.i18n.localize("DS4.RollDialogCancelButton"),
},
},