Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kdevo/osprey-delight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdevo <kdevo@users.noreply.github.com>2021-03-28 15:49:30 +0300
committerkdevo <kdevo@users.noreply.github.com>2021-03-28 15:49:30 +0300
commitf111a57be697b40dca6ee1d3e77775b0575a8458 (patch)
tree15c0445869fffe4461601a15d076016bb56c55f5
parent56a8119ec0cd22091a654a9f5e7eedb2c28a1563 (diff)
:bug: Change contact form text and icons
-rw-r--r--i18n/en.toml2
-rw-r--r--layouts/partials/contact.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 9ff16d0..38be2fc 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -23,7 +23,7 @@ other = "Send"
[thanksForYourEmail]
other = "Thanks for your message!"
[errorWhileSendingEmail]
-other = "Oops, we couldn't send your message. Please reload."
+other = "Sorry, we couldn't send your message! Please reload."
[sendingEmail]
other = "Deploying your message..."
[minuteRead]
diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html
index e4046af..8bcab73 100644
--- a/layouts/partials/contact.html
+++ b/layouts/partials/contact.html
@@ -32,8 +32,8 @@
<div class="col-xs-12 contact-submit">
<input id="form-submit" type="submit" value="{{ i18n "send" }}">
<span id="form-sending" hidden><span class="icon icon-rocket"></span>{{ i18n "sendingEmail" }}</span>
- <span id="form-thankyou" hidden><span class="icon icon-ok-circled"></span>{{ i18n "thanksForYourEmail" }}</span>
- <span id="form-error" hidden><span class="icon icon-attention-circled"></span>{{ i18n "errorWhileSendingEmail" }}</span>
+ <span id="form-thankyou" hidden><span class="icon icon-ok"></span>{{ i18n "thanksForYourEmail" }}</span>
+ <span id="form-error" hidden><span class="icon icon-attention"></span>{{ i18n "errorWhileSendingEmail" }}</span>
</div>
</div>
</form>