Skip to content

Commit

Permalink
Add Reset label to undo icon in activity settings panel
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jul 9, 2024
1 parent f35b8f6 commit f5d2357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Panels/SettingsPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function onQuery(newQuery: string) {
variant="link"
title="Restore default"
@click="confirmRestore = true">
<span v-localize>Reset</span>
<FontAwesomeIcon :icon="faUndo" fixed-width />
</BButton>
</template>
Expand Down

0 comments on commit f5d2357

Please sign in to comment.