diff --git a/ftl/core/deck-config.ftl b/ftl/core/deck-config.ftl index 5f373c990..c726cb5d1 100644 --- a/ftl/core/deck-config.ftl +++ b/ftl/core/deck-config.ftl @@ -315,7 +315,7 @@ deck-config-confirm-remove-name = Remove { $name }? deck-config-save-button = Save deck-config-save-to-all-subdecks = Save to All Subdecks deck-config-save-and-optimize = Optimize All Presets -deck-config-revert-button-tooltip = Restore this setting to its default value. +deck-config-revert-button-tooltip = Restore this setting to its default value? ## These strings are shown via the Description button at the bottom of the ## overview screen. diff --git a/ts/lib/components/RevertButton.svelte b/ts/lib/components/RevertButton.svelte index b62bb53ad..a1d6af06d 100644 --- a/ts/lib/components/RevertButton.svelte +++ b/ts/lib/components/RevertButton.svelte @@ -5,12 +5,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html