diff --git a/public/locales/en.json b/public/locales/en.json index f1a83b47..f8471323 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -104,7 +104,8 @@ "feedbackButton": "Send feedback", "feedbackButtonInfo": "Give us your feedback", "feedbackPlaceholder": "Please let us know what you think about our application", - "feedbackNotification": "*Slack notification with your email address will be shared with our Operations Team. If you have a special Feature request in mind, please create here.", + "feedbackNotificationText": "*Slack notification with your email address will be shared with our Operations Team. If you have a special Feature request in mind ", + "feedbackNotificationAction": "click here.", "feedbackThanks": "Thank you for your feedback!" }, "CreateProjectDialog": { diff --git a/src/components/Core/ShellBar.tsx b/src/components/Core/ShellBar.tsx index ce808c85..3d19aa6e 100644 --- a/src/components/Core/ShellBar.tsx +++ b/src/components/Core/ShellBar.tsx @@ -7,6 +7,7 @@ import { FormItem, Icon, Label, + Link, List, ListItemStandard, Popover, @@ -36,7 +37,6 @@ import { generateInitialsForEmail } from '../Helper/generateInitialsForEmail.ts' import styles from './ShellBar.module.css'; import { ThemingParameters } from '@ui5/webcomponents-react-base'; import { ShellBarItemClickEventDetail } from '@ui5/webcomponents-fiori/dist/ShellBarItem.js'; -import { t } from 'i18next'; type UI5RatingIndicatorElement = HTMLElement & { value: number }; @@ -149,11 +149,7 @@ export function ShellBarComponent() { } onProfileClick={onProfileClick} > - +