Skip to content
Snippets Groups Projects
Commit a8fc544c authored by rde's avatar rde Committed by Jeremy Kersten
Browse files

[TYPO] website: change some texts

parent 53920fae
No related branches found
No related tags found
No related merge requests found
......@@ -336,8 +336,8 @@ var SeoConfigurator = Dialog.extend({
init: function (parent, options) {
options = options || {};
_.defaults(options, {
title: _t('Promote This Page'),
subtitle: _t('Get this page efficiently referenced in Google to attract more visitors.'),
title: _t('Promote Page'),
subtitle: _t('Get this page efficiently referenced in search engines to attract more visitors.'),
buttons: [
{text: _t('Save'), classes: 'btn-primary', click: this.update},
{text: _t('Discard'), close: true},
......@@ -540,7 +540,7 @@ var SeoConfigurator = Dialog.extend({
}
else{
preview = new Preview(this, {
description: _("You have hidden this page from search results. It won't be indexed by search engine"),
description: _("You have hidden this page from search results. It won't be indexed by search engines."),
});
}
var $preview = this.$('.js_seo_preview');
......
......@@ -45,7 +45,7 @@
<ul class="dropdown-menu" role="menu">
<li id="theme_customize"><a href="#" data-action="customize_theme">Customize Theme</a></li>
<li id="html_editor"><a href="#" data-action="ace">HTML/CSS Editor</a></li>
<li id="install_apps"><a href="/web#action=website.action_website_configuration">Add Features</a></li>
<li id="install_apps"><a href="/web#action=website.action_website_configuration">Settings</a></li>
<li class="divider"/>
</ul>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment