Forum Discussion
RS_Admin
Apr 02, 2024Brass Contributor
General Question: Microsoft 365 admin console tab label
I've never noticed before, but I do now. My admin tab label in any browser I choose, across several networks, displays as "Početak - Microsoft 365 admin center" via login through https://portal.micro...
- Apr 04, 2024Admin.microsoft.com uses resources hosted on res.cdn.office.net for those tab titles. In this case, that request looks like this:
GET https://res.cdn.office.net/admincenter/admin-pkg/2024.3.28.1/en/jsc/reactadminbootstrap.js HTTP/1.1
Host: res.cdn.office.net
Connection: keep-alive
sec-ch-ua: "Microsoft Edge";v="123", "Not:A-Brand";v="8", "Chromium";v="123"
sec-ch-ua-mobile: ?0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0
sec-ch-ua-platform: "Windows"
Accept: */*
Sec-Fetch-Site: cross-site
Sec-Fetch-Mode: no-cors
Sec-Fetch-Dest: script
Referer: https://admin.microsoft.com/
Accept-Encoding: gzip, deflate, br, zstd
Accept-Language: en-US,en;q=0.9
Although the path contains "en" as the lang code, the strings are (as everyone noted) in Croatian. All the other locales I tested (it, de, etc.) don't appear to have the same bug. Just "en." Also, res.cdn.office.net uses Akamai as a content delivery network, and this .js file is cached with Cache-Control max-age=630720000 (20 years?). So even if it was fixed on the origin servers, the Akamai cache would have to be purged, or they would have to use a new file path, and that appears to be their approach (this one has the release date /2024.3.28.1/ in the path).
This has already been confirmed to be a bug that Microsoft is working on by other members, I just wanted to provide some additional details based on what I see.
ITOPSMANAGER
Apr 03, 2024Copper Contributor
Also having this issue.
ITOPSMANAGER
Apr 04, 2024Copper Contributor
We opened a ticket with Microsoft. Here's their response:
Currently there is a Global Outage happened. Please find the details below.
Tracking ID: ********
Title: Admins may see Microsoft 365 Admin Center tabs displayed in an incorrect language
User impact: Admins may see Microsoft 365 Admin Center tabs displayed in an incorrect language.
More info: Impact is limited to browser rendering and display of the tabs. Functionality within the Admin Center is not impacted.
Current status: After investigating the affected service, we discovered a recent update caused a code issue in the localization code for regional language display defaults, leading to impact. We've developed a fix for this issue and have begun the deployment process. We'll continue to monitor the deployment to ensure it has the desired effect of remediating impact.
Scope of impact: Any admins may see Microsoft 365 Admin Center tabs displayed in an incorrect language.
Start time: Monday, April 1, 2024, at 10:00 PM UTC
Root cause: A recent update caused a code issue within the localization code for regional language display defaults, leading to impact.
Next update by: Friday, April 5, 2024, at 1:30 AM UTC
User impact: Admins may see Microsoft 365 Admin Center tabs displayed in an incorrect language.
More info: Impact is limited to browser rendering and display of the tabs. Functionality within the Admin Center is not impacted.
Current status: After investigating the affected service, we discovered a recent update caused a code issue in the localization code for regional language display defaults, leading to impact. We've developed a fix for this issue and have begun the deployment process. We'll continue to monitor the deployment to ensure it has the desired effect of remediating impact.
Scope of impact: Any admins may see Microsoft 365 Admin Center tabs displayed in an incorrect language.
Start time: Monday, April 1, 2024, at 10:00 PM UTC
Root cause: A recent update caused a code issue within the localization code for regional language display defaults, leading to impact.
Next update by: Friday, April 5, 2024, at 1:30 AM UTC
Thank you for choosing Microsoft!