-
Notifications
You must be signed in to change notification settings - Fork 971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[frontend] reset local storage from user profile (#9572) #9589
base: release/6.5.0
Are you sure you want to change the base?
Conversation
a8dd0da
to
b6b9102
Compare
b6b9102
to
40e94af
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/6.5.0 #9589 +/- ##
=================================================
+ Coverage 65.23% 65.53% +0.30%
=================================================
Files 636 637 +1
Lines 60931 62149 +1218
Branches 6841 7717 +876
=================================================
+ Hits 39747 40732 +985
- Misses 21184 21417 +233 ☔ View full report in Codecov by Sentry. |
opencti-platform/opencti-front/src/private/components/profile/ProfileLocalStorage.tsx
Outdated
Show resolved
Hide resolved
sx={{ color: 'text.primary' }} | ||
> | ||
<AlertTitle style={{ marginBottom: 0, fontWeight: 400 }}> | ||
{t_i18n('This will erase all the views settings you have made. All these changes will be lost. Are you sure?')} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a blocker but
{t_i18n('This will erase all the views settings you have made. All these changes will be lost. Are you sure?')} | |
{t_i18n('This will erase all the views settings that you have made. All these changes will be lost. Are you sure?')} |
I thing it's either "you made" or "that you have made"
Proposed changes
Related issues
Checklist