Skip to content

Commit 54194dc

Browse files
committed
err msg
1 parent 3f254be commit 54194dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keeperapi/src/vaultx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ const processProfilePic = async (profilePic, storage) => {
682682
});
683683
}
684684
catch (e: any) {
685-
console.error(`Profile cannot be decrypted (${e.message})`);
685+
console.error(`Profile picture cannot be decrypted (${e.message})`);
686686
}
687687
};
688688

0 commit comments

Comments
 (0)