aboutsummaryrefslogtreecommitdiff
path: root/src/components/registration
diff options
context:
space:
mode:
authorrinpatch <rin@patch.cx>2021-03-15 13:28:33 +0300
committerrinpatch <rin@patch.cx>2021-03-15 13:28:33 +0300
commit47719571e454e3432e9d8fd34b5ce1ac513a187f (patch)
treece4034e264e661f6e4b013c6d67856186e8c998e /src/components/registration
parenta00212a3bbc029439a27ba01895e01adf37a2db6 (diff)
Use more specific button titles instead of general.submit
- "Post" for post submission (we already had the button title be "Posting" when the post was being sent, so there was a weird inconsistency) - "Register" for registration submission - "Save changes" for usages in settings
Diffstat (limited to 'src/components/registration')
-rw-r--r--src/components/registration/registration.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue
index 062d4121..65b4bb33 100644
--- a/src/components/registration/registration.vue
+++ b/src/components/registration/registration.vue
@@ -230,7 +230,7 @@
type="submit"
class="btn button-default"
>
- {{ $t('general.submit') }}
+ {{ $t('registration.register') }}
</button>
</div>
</div>