Skip to content

Commit

Permalink
Fix localization of StandardMessageBox component (#1107)
Browse files Browse the repository at this point in the history
* Fix StandardMessageBox localization

* rush change
  • Loading branch information
GerardasB authored Nov 8, 2024
1 parent e0382ef commit fd3b047
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/appui-react",
"comment": "Fix localization of StandardMessageBox component.",
"type": "none"
}
],
"packageName": "@itwin/appui-react"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import * as React from "react";
import type { DialogButtonDef } from "@itwin/appui-abstract";
import { DialogButtonType, MessageSeverity } from "@itwin/appui-abstract";
import { useTranslation } from "@itwin/components-react/internal";
import {
MessageBoxIconType,
MessageBoxType,
Expand All @@ -20,6 +19,7 @@ import { MessageContainer } from "@itwin/core-react";
import { Button, Dialog } from "@itwin/itwinui-react";
import { DialogManagerBase } from "./DialogManagerBase.js";
import { UiFramework } from "../UiFramework.js";
import { useTranslation } from "../hooks/useTranslation.js";

/** Properties for [[StandardMessageBox]] React component
* @public
Expand Down

0 comments on commit fd3b047

Please sign in to comment.