Browse Source

Update log out action text

pull/4434/head
Andrew Kingston 4 years ago
parent
commit
ce3715ccad
  1. 4
      packages/builder/src/components/design/PropertiesPanel/PropertyControls/ButtonActionEditor/actions/LogOut.svelte

4
packages/builder/src/components/design/PropertiesPanel/PropertyControls/ButtonActionEditor/actions/LogOut.svelte

@ -9,8 +9,8 @@
<div class="root"> <div class="root">
<Layout noPadding gap="M"> <Layout noPadding gap="M">
<Body size="S"> <Body size="S">
Please enter what URL you would like to be redirected to after logging Please enter the URL you would like to be redirected to after logging out.
out. If you dont' enter a value, you'll be redirected to the login screen. If you don't enter a value, you'll be redirected to the login screen.
</Body> </Body>
<div class="content"> <div class="content">
<Label small>Return URL</Label> <Label small>Return URL</Label>

Loading…
Cancel
Save