Skip to content

Commit

Permalink
Fix button text
Browse files Browse the repository at this point in the history
  • Loading branch information
samuveth committed Oct 2, 2023
1 parent 0126870 commit 19c9ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/SpaceCreate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ onBeforeRouteLeave(async () => {
data-testid="create-proposal-publish-button"
@click="handleSubmit"
>
{{ $t('create.publish') }}
{{ isEditing ? 'Save changes' : $t('create.publish') }}
</BaseButton>
<BaseButton
v-else
Expand Down

0 comments on commit 19c9ba9

Please sign in to comment.