Merge pull request #2553 from basecamp/apostrophe-fix
Use the correct apostrophe character
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
<div class="import-status import-status--error">
|
||||
<div><strong>Import failed</strong></div>
|
||||
<% if @import.failed_due_to_conflict? %>
|
||||
<div>The account you‘re trying to import already exists. Make sure you‘re importing a <%= Fizzy.saas? ? "self-hosted" : "fizzy.do" %> account.</div>
|
||||
<div>The account you’re trying to import already exists. Make sure you’re importing a <%= Fizzy.saas? ? "self-hosted" : "fizzy.do" %> account.</div>
|
||||
<% elsif @import.failed_due_to_invalid_export? %>
|
||||
<div>The .zip file you uploaded doesn‘t look like a Fizzy account export.</div>
|
||||
<div>The .zip file you uploaded doesn’t look like a Fizzy account export.</div>
|
||||
<% else %>
|
||||
<div>This may be due to corrupted export data or a conflict with existing data. Please try again with a fresh export.</div>
|
||||
<% end %>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<dialog class="dialog panel panel--wide shadow" data-dialog-target="dialog" style="--panel-size: 48ch;">
|
||||
<h2 class="txt-large">Export all account data</h2>
|
||||
<p>This will generate a ZIP archive of all data in this account including all boards, cards, users, and settings.</p>
|
||||
<p>We‘ll email you a link to download the file when it‘s ready. The link will expire after 24 hours.</p>
|
||||
<p>We’ll email you a link to download the file when it’s ready. The link will expire after 24 hours.</p>
|
||||
|
||||
<div class="flex gap justify-center">
|
||||
<%= button_to "Start export", account_exports_path, method: :post, class: "btn btn--link", form: { data: { action: "submit->dialog#close" } } %>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class="panel panel--centered">
|
||||
<%= bridged_form_with model: @board, class: "flex flex-column gap", data: { controller: "form", action: "submit->form#preventEmptySubmit" } do |form| %>
|
||||
<h1 class="txt-x-large margin-none font-weight-black"><%= @page_title %></h1>
|
||||
<%= form.text_field :name, required: true, class: "input full-width", autofocus: true, autocomplete: "off", placeholder: "Name it…", data: { form_target: "input", action: "keydown.esc@document->form#cancel", validation_message: "Board names can‘t be blank" } %>
|
||||
<%= form.text_field :name, required: true, class: "input full-width", autofocus: true, autocomplete: "off", placeholder: "Name it…", data: { form_target: "input", action: "keydown.esc@document->form#cancel", validation_message: "Board names can’t be blank" } %>
|
||||
|
||||
<button type="submit" class="btn btn--link center" data-bridge--form-target="submit">
|
||||
<span>Create board</span>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<dialog class="dialog panel panel--wide shadow" data-dialog-target="dialog" style="--panel-size: 48ch;">
|
||||
<h2 class="txt-large">Export your data</h2>
|
||||
<p>This will generate a ZIP archive of all cards you have access to.</p>
|
||||
<p>We‘ll email you a link to download the file when it‘s ready. The link will expire after 24 hours.</p>
|
||||
<p>We’ll email you a link to download the file when it’s ready. The link will expire after 24 hours.</p>
|
||||
|
||||
<div class="flex gap justify-center">
|
||||
<%= button_to "Start export", user_data_exports_path(@user), method: :post, class: "btn btn--link", form: { data: { action: "submit->dialog#close" } } %>
|
||||
|
||||
Reference in New Issue
Block a user