diff --git a/addons/website/views/snippets.xml b/addons/website/views/snippets.xml index b9cb09302fa..99bba707863 100644 --- a/addons/website/views/snippets.xml +++ b/addons/website/views/snippets.xml @@ -138,24 +138,24 @@

A Great Headline

-

A good subtitle. A very good one.

+

A good subtitle

- A great way to catch reader's attention is to tell a story. + A great way to catch your reader's attention is to tell a story. Everything you consider writing can be told as a story.

- Great stories have personality. Personality - connected to your person. This shows up in small - quirks like word choices or phrases. Write as you - write, not as someone else would write. + Great stories have personality. Consider telling + a great story that provides personality. Writing a story + with personality for potential clients will asist with + making a relationship connection. This shows up in small + quirks like word choices or phrases. Write from your point + of view, not from someone else's experience.

- Great stories are for everyone when written for - just one. If you try to write with a wide general - audience in mind, your story will ring false. It - will be bland. No one will be interested. Write for - one person. If it’s genuine for the one, it’s - genuine for the rest. + Great stories are for everyone even when only written for + just one person. If you try to write with a wide general + audience in mind, your story will ring false and be bland. + No one will be interested. Write for one person. If it’s genuine for the one, it’s genuine for the rest.

diff --git a/addons/website/views/website_templates.xml b/addons/website/views/website_templates.xml index 10f10885d4d..de91cd30bd6 100644 --- a/addons/website/views/website_templates.xml +++ b/addons/website/views/website_templates.xml @@ -156,7 +156,7 @@ business problems.

- Our products are designed for small to medium companies willing to optimize + Our products are designed for small to medium size companies willing to optimize their performance.

@@ -661,7 +661,7 @@ Sitemap: sitemap.xml business problems.

- Our products are designed for small to medium companies willing to optimize + Our products are designed for small to medium size companies willing to optimize their performance.

@@ -677,7 +677,7 @@ Sitemap: sitemap.xml
-

What do customers say about us...

+

What do customers say about us...?

diff --git a/addons/website_blog/data/website_blog_demo.xml b/addons/website_blog/data/website_blog_demo.xml index 95442c14acd..efed7d9c7f2 100644 --- a/addons/website_blog/data/website_blog_demo.xml +++ b/addons/website_blog/data/website_blog_demo.xml @@ -252,15 +252,15 @@ continue to sell even if you lose your internet connection.

  • available for any touchscreen device (ipod, ipad, any tablet)mobile (with portable devices)
  • no installation required
  • no synchronization needed, completely integrated
  • -
  • continue working even when your connection is down if you close your browser, data won't be lost
  • +
  • continue working even when your connection is down or if you close your browser, data won't be lost
  • fully web based with a clean interface smart interface
  • You have different options to select your products. You can do it through the barcode reader, just browse through the categories you have put in place (ie. drinks, snacks, meals, etc.), or text search in case neither of the other -options work for you. If you need to use the POS for your restaurant, for -example, your employees can record at the same time multiple tickets without -having to wait to do one transaction at a time. Along, to facilitate payment, +options work for you. For example, if you need to use the POS for your restaurant, +your employees can record multiple tickets at the same time without having to wait +to process one transaction at a time. In addition, you can facilitate payments, the application allows multiple payment methods.

    The POS application is so simple and accessible to use that your shop or restaurant will never need any other tool to manage orders. Due to its smart diff --git a/addons/website_blog/static/src/js/website.tour.blog.js b/addons/website_blog/static/src/js/website.tour.blog.js index 6ac6a334138..663735c7f72 100644 --- a/addons/website_blog/static/src/js/website.tour.blog.js +++ b/addons/website_blog/static/src/js/website.tour.blog.js @@ -37,7 +37,7 @@ element: 'a[data-action=new_blog_post]', placement: 'left', title: "New Blog Post", - content: "Select this entry to create a new blog post.", + content: "Select this menu item to create a new blog post.", template: self.popover({ fixed: true }), trigger: { modal: { @@ -74,7 +74,7 @@ stepId: 'post-title', element: 'h1[data-oe-expression="blog_post.name"]', placement: 'top', - title: "Pick a Title", + title: "Create a Title", content: "Click on this area and set a catchy title.", template: self.popover({ next: "OK" }), }, @@ -129,7 +129,7 @@ element: '.oe_active .oe_snippet_remove', placement: 'top', title: "Delete the Title", - content: "From this toolbar you can move, duplicate or delete the selected zone. Click on the cross to delete the title.", + content: "From this toolbar you can move, duplicate or delete the selected zone. Click on the garbage can image to delete the title.", trigger: 'click', }, { diff --git a/addons/website_event/static/src/js/website.tour.event.js b/addons/website_event/static/src/js/website.tour.event.js index e85ae84c25a..9946996c1cc 100644 --- a/addons/website_event/static/src/js/website.tour.event.js +++ b/addons/website_event/static/src/js/website.tour.event.js @@ -19,7 +19,7 @@ { stepId: 'welcome-event', title: "Create an Event", - content: "Let's go through the firsts step to publish a new event.", + content: "Let's go through the first steps to publish a new event.", template: self.popover({ next: "Start Tutorial", end: "Skip It" }), backdrop: true, }, @@ -28,7 +28,7 @@ element: '#content-menu-button', placement: 'left', title: "Add Content", - content: "The Content menu allows to create new pages, events, menus, etc.", + content: "The Content menu allows you to create new pages, events, menus, etc.", template: self.popover({ fixed: true }), trigger: 'click', }, @@ -50,8 +50,8 @@ stepId: 'choose-name', element: '.modal input', placement: 'right', - title: "Choose an Event Name", - content: "Choose a name for your new event and click 'Continue'. e.g: Technical Training", + title: "Create an Event Name", + content: "Create a name for your new event and click 'Continue'. e.g: Technical Training", }, { stepId: 'event-page', diff --git a/addons/website_event/views/website_event.xml b/addons/website_event/views/website_event.xml index ed2dff1ea51..63c0043762b 100644 --- a/addons/website_event/views/website_event.xml +++ b/addons/website_event/views/website_event.xml @@ -380,9 +380,8 @@

    Participate on Twitter

    - Find out what others are seeing and - saying about this event, and join the - conversation. + Find out what people see and say about this event, + and join the conversation.

    Use this tag: # diff --git a/addons/website_event_track/views/website_event.xml b/addons/website_event_track/views/website_event.xml index a678414ae9c..685f7b24243 100644 --- a/addons/website_event_track/views/website_event.xml +++ b/addons/website_event_track/views/website_event.xml @@ -253,9 +253,8 @@

    Participate on Twitter

    - Find out what others are seeing and - saying about this event, and join the - conversation. + Find out what people see and say about this event, + and join the conversation.

    Use this tag: # diff --git a/addons/website_sale/static/src/js/website.tour.shop.js b/addons/website_sale/static/src/js/website.tour.shop.js index 4fff7221d8b..ca251c273d4 100644 --- a/addons/website_sale/static/src/js/website.tour.shop.js +++ b/addons/website_sale/static/src/js/website.tour.shop.js @@ -65,7 +65,7 @@ element: '.product_price', placement: 'left', title: "Change the public price", - content: "Edit the sale price of this product by clicking on the amount. The price is the sale price used in all sale order when selling this product.", + content: "Edit the sale price of this product by clicking on the amount. The price is the sale price used in all sale orders when selling this product.", template: self.popover({ next: "OK" }), }, {