diff --git a/locale/messages.pot b/locale/messages.pot index 493581453..cbb6f26a6 100644 --- a/locale/messages.pot +++ b/locale/messages.pot @@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 2019-09-30T16:54:24.460Z\n" +"POT-Creation-Date: 2019-10-04T11:19:12.447Z\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "MIME-Version: 1.0\n" @@ -1947,6 +1947,14 @@ msgctxt "page content" msgid "Content" msgstr "" +#: build/locale/src/services/components/ServiceDefaultToken/ServiceDefaultToken.json +#. [src.services.components.ServiceDefaultToken.2864204643] - button +#. defaultMessage is: +#. Copied +msgctxt "button" +msgid "Copied" +msgstr "" + #: build/locale/src/services/components/ServiceDefaultToken/ServiceDefaultToken.json #. [src.services.components.ServiceDefaultToken.3406541221] - button #. defaultMessage is: @@ -3359,14 +3367,6 @@ msgctxt "edit weight based shipping method, dialog header" msgid "Edit Weight Rate" msgstr "" -#: build/locale/src/products/components/ProductVariants/ProductVariants.json -#. [src.products.components.ProductVariants.1703363919] - product variant attributes, button -#. defaultMessage is: -#. Edit attributes -msgctxt "product variant attributes, button" -msgid "Edit attributes" -msgstr "" - #: build/locale/src/orders/components/OrderAddressEditDialog/OrderAddressEditDialog.json #. [src.orders.components.OrderAddressEditDialog.2935008093] - dialog header #. defaultMessage is: @@ -6923,6 +6923,18 @@ msgctxt "service accounts section name" msgid "Service Accounts" msgstr "" +#: build/locale/src/services/components/ServiceCreatePage/ServiceCreatePage.json +#. [src.services.components.ServiceCreatePage.27827485] - checkbox label +#. defaultMessage is: +#. Service account is active +#: build/locale/src/services/components/ServiceDetailsPage/ServiceDetailsPage.json +#. [src.services.components.ServiceDetailsPage.27827485] - checkbox label +#. defaultMessage is: +#. Service account is active +msgctxt "checkbox label" +msgid "Service account is active" +msgstr "" + #: build/locale/src/customers/components/CustomerAddress/CustomerAddress.json #. [src.customers.components.CustomerAddress.3096438859] - button #. defaultMessage is: @@ -7655,14 +7667,6 @@ msgctxt "attribute slug input field helper text" msgid "This is used internally. Make sure you don’t use spaces" msgstr "" -#: build/locale/src/products/components/ProductVariants/ProductVariants.json -#. [src.products.components.ProductVariants.3156701241] -#. defaultMessage is: -#. This product has no variants -msgctxt "description" -msgid "This product has no variants" -msgstr "" - #: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json #. [src.shipping.components.ShippingZoneRateDialog.4226393146] #. defaultMessage is: @@ -7679,6 +7683,14 @@ msgctxt "description" msgid "This rate will apply to all orders of all weights" msgstr "" +#: build/locale/src/services/components/ServiceDefaultToken/ServiceDefaultToken.json +#. [src.services.components.ServiceDefaultToken.2080322626] +#. defaultMessage is: +#. This token gives you access to your shop's API, which you'll find here: {url} +msgctxt "description" +msgid "This token gives you access to your shop's API, which you'll find here: {url}" +msgstr "" + #: build/locale/src/shipping/components/ShippingWeightUnitForm/ShippingWeightUnitForm.json #. [src.shipping.components.ShippingWeightUnitForm.2863708228] #. defaultMessage is: @@ -8335,8 +8347,8 @@ msgctxt "checkbox label" msgid "User has full access to the store" msgstr "" -#: build/locale/src/components/AccountStatus/AccountStatus.json -#. [src.components.AccountStatus.881953347] - checkbox label +#: build/locale/src/staff/components/StaffDetailsPage/StaffDetailsPage.json +#. [src.staff.components.StaffDetailsPage.881953347] - checkbox label #. defaultMessage is: #. User is active msgctxt "checkbox label" diff --git a/src/services/components/ServiceCreatePage/ServiceCreatePage.tsx b/src/services/components/ServiceCreatePage/ServiceCreatePage.tsx index 94c787c67..de9037bf8 100644 --- a/src/services/components/ServiceCreatePage/ServiceCreatePage.tsx +++ b/src/services/components/ServiceCreatePage/ServiceCreatePage.tsx @@ -83,7 +83,15 @@ const ServiceCreatePage: React.FC = props => { onChange={change} /> - + - User is active + Service account is active @@ -104521,7 +104521,7 @@ exports[`Storyshots Views / Services / Create service form errors 1`] = ` - User is active + Service account is active @@ -104990,7 +104990,7 @@ exports[`Storyshots Views / Services / Create service loading 1`] = ` - User is active + Service account is active @@ -105555,7 +105555,7 @@ exports[`Storyshots Views / Services / Service details default 1`] = ` - User is active + Service account is active @@ -105602,13 +105602,26 @@ exports[`Storyshots Views / Services / Service details default token 1`] = ` class="MuiCardContent-root-id" >
-

- We’ve created your default token. Make sure to copy your new personal access token now. You won’t be able to see it again. -

+
+

+ We’ve created your default token. Make sure to copy your new personal access token now. You won’t be able to see it again. +

+

+ This token gives you access to your shop's API, which you'll find here: + + https://example.com/graphql/ + +

+
@@ -106189,7 +106202,7 @@ exports[`Storyshots Views / Services / Service details default token 1`] = ` - User is active + Service account is active
@@ -106754,7 +106767,7 @@ exports[`Storyshots Views / Services / Service details form errors 1`] = ` - User is active + Service account is active
@@ -107352,7 +107365,7 @@ exports[`Storyshots Views / Services / Service details loading 1`] = ` - User is active + Service account is active