Merge upstream/main into doom-lite-expression-sync-v2
This commit is contained in:
@@ -324,7 +324,7 @@ export function setupDiceRoller() {
|
||||
e.stopPropagation(); // Prevent opening the dice popup
|
||||
clearDiceRollCore();
|
||||
});
|
||||
$('#rpg-clear-dice').attr('title', i18n.getTranslation('template.mainPanel.clearLastRoll'));
|
||||
$('#rpg-clear-dice').attr('title', i18n.getTranslation('template.mainPanel.clearLastRoll') || 'Clear last roll');
|
||||
|
||||
return diceModal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user