mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
web: fix more failing tests
This commit is contained in:
@@ -82,7 +82,7 @@ export class SettingsViewModel {
|
||||
}
|
||||
|
||||
async isLoggedIn() {
|
||||
const item = await this.navigation.findItem("Subscription");
|
||||
const item = await this.navigation.findItem("Subscription details");
|
||||
return !!(await item?.getTitle());
|
||||
}
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@ export default function AppEffects({ setShow }: AppEffectsProps) {
|
||||
sentence = strings.upgradeToProToUseFeature("color");
|
||||
break;
|
||||
case CHECK_IDS.noteTag:
|
||||
sentence = strings.upgradeToProToUseFeature("tag");
|
||||
sentence = strings.upgradeToProToUseFeature("tags");
|
||||
break;
|
||||
case CHECK_IDS.notebookAdd:
|
||||
sentence = strings.upgradeToProToUseFeature("notebook");
|
||||
|
||||
Reference in New Issue
Block a user