web: fix more failing tests

This commit is contained in:
Abdullah Atta
2024-11-08 12:03:55 +05:00
parent e0758bf353
commit dbe32e8af6
2 changed files with 2 additions and 2 deletions

View File

@@ -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());
}

View File

@@ -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");