Skip to content

Commit

Permalink
feat(web-office): add last ods 18 version and entry on sidebar
Browse files Browse the repository at this point in the history
ref:MANAGER-16110

Signed-off-by: stif59100 <[email protected]>
  • Loading branch information
stif59100 committed Dec 18, 2024
1 parent 284d9b4 commit 0aae4b5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"sidebar_microsoft": "Microsoft",
"sidebar_microsoft_exchange": "Microsoft Exchange",
"sidebar_license_office": "Microsoft 365",
"sidebar_license_office_list": "Mes licences",
"sidebar_license_office_list": "Mes comptes Microsoft 365",
"sidebar_internet": "Accès Internet",
"sidebar_packs_xdsl": "Offres Internet",
"sidebar_internet_line": "Ligne internet seule",
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/web-office/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@ovh-ux/manager-tailwind-config": "*",
"@ovh-ux/request-tagger": "^0.4.0",
"@ovh-ux/shell": "^4.0.1",
"@ovhcloud/ods-components": "^18.3.1",
"@ovhcloud/ods-themes": "^18.3.1",
"@ovhcloud/ods-components": "^18.4.1",
"@ovhcloud/ods-themes": "^18.4.1",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-table": "^8.20.1",
"element-internals-polyfill": "^1.3.10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"microsoft_office_licenses_title": "Microsoft 365",
"microsoft_office_licenses_title": "Mes comptes Microsoft 365",
"microsoft_office_licenses_order": "Commander",
"microsoft_office_licenses_servicename": "Nom du service",
"microsoft_office_licenses_firstname": "Prénom",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const Breadcrumb: React.FC<BreadcrumbProps> = () => {
const breadcrumbParts = pathParts.slice(2);
return [
{
label: 'Microsoft 365',
label: 'Mes comptes Microsoft 365',
href: rootUrl,
},
{
Expand Down

0 comments on commit 0aae4b5

Please sign in to comment.