mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-17 01:56:35 +00:00
refactor: translations strings
This commit is contained in:
parent
dab0169038
commit
f84bc813f9
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ const Settings = () => {
|
|||
platform.openExternal(url);
|
||||
toast.show({
|
||||
type: 'success',
|
||||
title: platformName === 'ios' ? t('SETTINGS_SUBSCRIBE_CALENDAR_IOS') : t('SETTINGS_SUBSCRIBE_CALENDAR'),
|
||||
title: platformName === 'ios' ? t('SETTINGS_SUBSCRIBE_CALENDAR_IOS_TOAST') : t('SETTINGS_SUBSCRIBE_CALENDAR_TOAST'),
|
||||
timeout: 25000
|
||||
});
|
||||
// Stremio 4 emits not documented event subscribeCalendar
|
||||
|
|
|
|||
Loading…
Reference in a new issue