Skip to content

Commit

Permalink
Use title case
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjo committed Jan 9, 2023
1 parent 56ad256 commit fd8448f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/templates/settings.twig
Expand Up @@ -24,7 +24,7 @@

<div class="flex-none">
<a class="btn" href="{{ urls.templateEditor() }}">
{{ 'Create new template ...'|t('share-previews') }}
{{ 'Create new Template ...'|t('share-previews') }}
</a>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/templates/template-editor/edit.twig
Expand Up @@ -23,7 +23,7 @@

{% if (template.exists()) %}
<button class="btn ml-12" name="op" value="duplicate">
{{ 'Save as new'|t('share-preview') }}
{{ 'Save as New'|t('share-preview') }}
</button>
{% endif %}

Expand Down Expand Up @@ -116,15 +116,15 @@ The default template is used when no other template was selected in your entries
<div class="flex flex-nowrap border border-solid border-pink-600 p-4 rounded">
<div class="flex-1">
<h3 class="m-0">
{{ 'Delete this template'|t('share-previews') }}
{{ 'Delete this Template'|t('share-previews') }}
</h3>
<p class="m-0 mt-2 text-gray-500 leading-tight">
{{ 'Once you delete a template, there is no going back. Please be certain.'|t('share-previews') }}
</p>
</div>
<div class="flex-none ml-8">
<button class="btn" name="op" value="delete">
{{ 'Delete this template'|t('share-previews') }}
{{ 'Delete this Template'|t('share-previews') }}
</button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/template-editor/layers/_layer.twig
Expand Up @@ -12,7 +12,7 @@

<div>
<button class="btn small" name="{{ namePrefix }}[delete]">
{{ 'Delete this layer'|t('share-previews') }}
{{ 'Delete this Layer'|t('share-previews') }}
</button>

</div>
Expand Down

0 comments on commit fd8448f

Please sign in to comment.