mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +03:00
Fixed typos in tag meta data
no refs. - fixed capitalisation on tag meta data properties
This commit is contained in:
parent
ffdde799b8
commit
a409a3464e
@ -85,7 +85,7 @@
|
||||
<section class="bb b--whitegrey pa5">
|
||||
<div class="flex justify-between">
|
||||
<div>
|
||||
<h4 class="gh-setting-title">Metadata</h4>
|
||||
<h4 class="gh-setting-title">Meta data</h4>
|
||||
<p class="gh-setting-desc pa0 ma0">Extra content for search engines.</p>
|
||||
</div>
|
||||
<div>
|
||||
@ -96,7 +96,7 @@
|
||||
<div class="mt6 flex flex-column flex-row-ns items-start justify-between">
|
||||
<div class="flex flex-column items-start mr5 w-100 w-50-m w-two-thirds-l">
|
||||
<GhFormGroup @errors={{this.tag.errors}} @hasValidated={{this.tag.hasValidated}} @property="metaTitle">
|
||||
<label for="meta-title">Meta Title</label>
|
||||
<label for="meta-title">Meta title</label>
|
||||
<GhTextInput
|
||||
@id="meta-title"
|
||||
@name="metaTitle"
|
||||
@ -110,7 +110,7 @@
|
||||
</GhFormGroup>
|
||||
|
||||
<GhFormGroup @errors={{this.tag.errors}} @hasValidated={{this.tag.hasValidated}} @property="metaDescription">
|
||||
<label for="meta-description">Meta Description</label>
|
||||
<label for="meta-description">Meta description</label>
|
||||
<GhTextarea
|
||||
@id="meta-description"
|
||||
@name="metaDescription"
|
||||
@ -151,7 +151,7 @@
|
||||
<section class="bb b--whitegrey pa5">
|
||||
<div class="flex justify-between">
|
||||
<div>
|
||||
<h4 class="gh-setting-title">Twitter Card</h4>
|
||||
<h4 class="gh-setting-title">Twitter card</h4>
|
||||
<p class="gh-setting-desc pa0 ma0">Customised structured data for Twitter.</p>
|
||||
</div>
|
||||
<div>
|
||||
@ -187,7 +187,7 @@
|
||||
</GhFormGroup>
|
||||
|
||||
<GhFormGroup @errors={{this.tag.errors}} @hasValidated={{this.tag.hasValidated}} @property="twitterDesctiption">
|
||||
<label for="twitter-description">Twitter Description</label>
|
||||
<label for="twitter-description">Twitter description</label>
|
||||
<GhTextarea
|
||||
@id="twitter-description"
|
||||
@name="twitterDescription"
|
||||
@ -250,7 +250,7 @@
|
||||
/>
|
||||
</GhFormGroup>
|
||||
<GhFormGroup @errors={{this.tag.errors}} @hasValidated={{this.tag.hasValidated}} @property="metaTitle">
|
||||
<label for="og-title">Facebook Title</label>
|
||||
<label for="og-title">Facebook title</label>
|
||||
<GhTextInput
|
||||
@id="og-title"
|
||||
@name="ogTitle"
|
||||
@ -264,7 +264,7 @@
|
||||
</GhFormGroup>
|
||||
|
||||
<GhFormGroup @errors={{this.tag.errors}} @hasValidated={{this.tag.hasValidated}} @property="ogDescription">
|
||||
<label for="og-description">Facebook Description</label>
|
||||
<label for="og-description">Facebook description</label>
|
||||
<GhTextarea
|
||||
@id="og-description"
|
||||
@name="ogDescription"
|
||||
|
Loading…
Reference in New Issue
Block a user