fix: standardize 'Custom Field' capitalization in i18n
Change 'Save Custom field' to 'Save Custom Field' and 'Save Custom field value' to 'Save Custom Field Value' for consistency. Update gettext files accordingly.
This commit is contained in:
parent
9f9d888657
commit
62d04add8e
5 changed files with 32 additions and 32 deletions
|
|
@ -66,7 +66,7 @@ defmodule MvWeb.CustomFieldLive.FormComponent do
|
|||
{gettext("Cancel")}
|
||||
</.button>
|
||||
<.button phx-disable-with={gettext("Saving...")} variant="primary">
|
||||
{gettext("Save Custom field")}
|
||||
{gettext("Save Custom Field")}
|
||||
</.button>
|
||||
</div>
|
||||
</.form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue