Skip to content

Commit

Permalink
copy update
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Feb 22, 2024
1 parent 90bcfb6 commit 0177880
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/plugins/oSnap/components/BotSupportWarning.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ watch([props.chainId, props.safeAddress], getConfigStatus);
<BasePopoverHover v-if="configStatus.automaticExecution">
<template v-slot:button>
<span class="text-green">
<BaseIcon name="check" :size="'14'" class="mr-1" /> Bot Support
<BaseIcon name="check" :size="'14'" class="mr-1" /> Automatic
Execution
</span>
</template>
<template v-slot:content>
Expand All @@ -47,7 +48,8 @@ watch([props.chainId, props.safeAddress], getConfigStatus);
<BasePopoverHover v-else>
<template v-slot:button>
<span class="text-red">
<BaseIcon name="warning" :size="'14'" class="mr-1" /> No Bot Support
<BaseIcon name="warning" :size="'14'" class="mr-1" /> Automatic
Execution
</span>
</template>
<template v-slot:content>
Expand Down

0 comments on commit 0177880

Please sign in to comment.