Skip to content

Commit

Permalink
some small text edits
Browse files Browse the repository at this point in the history
  • Loading branch information
deepansh96 committed May 10, 2024
1 parent b961510 commit ebfc6fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/locales/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ export default {
firstTimeLanguagePickerPopup:
"Your users will see the language picker on their first login. This sets what language they will see the platform in. Currently only two values, English and Hindi, are supported.",
customWebhook:
"Configure to recieve almost realtime events from plio. This can be used to integrate plio with other services",
"Configure to recieve realtime events from plio. This can be used to integrate plio with other services",
},
info:
"The new settings will only apply to plios created in the future and not the existing plios",
Expand Down
4 changes: 2 additions & 2 deletions src/components/App/ConfigureWebhookWindow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export default {
saveButtonClass:
"bp-500:px-8 bp-500:py-2 bp-360:px-16 px-10 py-2 transition ease-in duration-200 text-center font-semibold shadow-lg rounded-lg bg-primary border-b-outset border-primary",
saveButtonTitleConfig: {
value: this.$t(`settings.buttons.save.${this.plioStatus}`),
value: this.$t(`settings.buttons.save.draft`),
class: "text-white lg:text-base md:text-sm bp-500:text-xs text-lg font-bold",
},
cancelButtonTitleConfig: {
Expand All @@ -277,7 +277,7 @@ export default {
},
url: "",
urlTooltip:
"Enter the URL of your webhook here. The URL should start with https:// and end with a trailing slash, and have a valid domain name.",
"Enter the URL of your webhook here. The URL should start with https:// and have a valid domain name.",
currentSelectedEventTab: null,
isTestingPanelOpen: false,
currentlyTestingEventTab: null,
Expand Down

0 comments on commit ebfc6fb

Please sign in to comment.