From 19be1df698cd816e7d2a7ce7b82aed3512e98165 Mon Sep 17 00:00:00 2001 From: Andrei O Date: Thu, 25 Jul 2024 19:53:12 +0300 Subject: [PATCH] chore: sync max date of schedule with backend --- CI/index.ts | 4 ++-- apps/yup-live-mobile/src/views/CrossPostModal.vue | 4 ++-- apps/yup-live/src/components/content/post/crossPost.vue | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CI/index.ts b/CI/index.ts index 6445598..229c457 100644 --- a/CI/index.ts +++ b/CI/index.ts @@ -54,8 +54,8 @@ const main = async () => { if (action === 'update') { const VERSION = GithubEvent.inputs.version; - const message = `Github ClearWallet new version ${VERSION} has been released!\n - ChromeStore: https://bit.ly/yup-live-android \n + const message = `Github YupLive Android new version ${VERSION} has been released!\n + Google Play: https://bit.ly/yup-live-android \n Github: https://github.com/andrei0x309/yup-live `; diff --git a/apps/yup-live-mobile/src/views/CrossPostModal.vue b/apps/yup-live-mobile/src/views/CrossPostModal.vue index e8e49de..50d229a 100644 --- a/apps/yup-live-mobile/src/views/CrossPostModal.vue +++ b/apps/yup-live-mobile/src/views/CrossPostModal.vue @@ -241,7 +241,7 @@ >

- Minimum allowed date: + Minimum allowed date: {{ new Date(minimumDate).toLocaleDateString() }} - {{ new Date(minimumDate).toLocaleTimeString() }}

- Minimum allowed date: + Minimum allowed date: {{ new Date(minimumDate).toLocaleDateString() }} - {{ new Date(minimumDate).toLocaleTimeString() }};