chore: Remove URLs from translations (#7414)

This commit is contained in:
Sivin Varghese
2023-06-29 15:09:02 +05:30
committed by GitHub
parent ea78020f2f
commit 191b8a64fe
6 changed files with 41 additions and 9 deletions

View File

@@ -39,5 +39,7 @@ export default {
UNTIL_NEXT_MONTH: 'until_next_month',
UNTIL_CUSTOM_TIME: 'until_custom_time',
},
EXAMPLE_URL: 'https://example.com',
EXAMPLE_WEBHOOK_URL: 'https://example/api/webhook',
};
export const DEFAULT_REDIRECT_URL = '/app/';