Skip to content

Commit 862f88e

Browse files
Remove reference to caching that will be outdated in three weeks post update
1 parent 0233d21 commit 862f88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export const useStatusStore = create((set, get) => ({
139139
} else {
140140
set({ status: s, loaded: true, disconnected: false });
141141
if(s.info.version != import.meta.env.VITE_BACKEND_VERSION){
142-
set({alert: {"open": true, "text": "Frontend/backend version mismatch, please restart your app or clear your browser cache or face potentially unpredictable consequences"}});
142+
set({alert: {"open": true, "text": "Frontend/backend version mismatch, please restart your app or refresh your browser cache or face potentially unpredictable consequences"}});
143143
}
144144
}
145145
});

0 commit comments

Comments
 (0)