Skip to content

Commit 8ed1fdd

Browse files
committed
Adding a localized string in the Dialog Component file.
1 parent 0179e6a commit 8ed1fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typedoc/ja/lib/dialog/IgxDialogComponent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
"getter": {
303303
"comment": {
304304
"shortText": [
305-
"Get the position and animation settings used by the dialog.",
305+
"ダイアログで使用される位置とアニメーション設定を取得します。",
306306
"```typescript",
307307
"@ViewChild('alert', { static: true }) public alert: IgxDialogComponent;",
308308
"let currentPosition: PositionSettings = this.alert.positionSettings",

0 commit comments

Comments
 (0)