Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added aria-labels to buttons #2418

Merged
merged 13 commits into from
Nov 22, 2023
Prev Previous commit
Next Next commit
syntax fix
Advitya17 committed Nov 20, 2023
commit e767d2e6b4b110c4878cd9bdf0164cb0af49d9fe
1 change: 0 additions & 1 deletion libs/core-ui/src/lib/components/ConfirmationDialog.tsx
Original file line number Diff line number Diff line change
@@ -8,7 +8,6 @@ import {
DialogType,
PrimaryButton
} from "@fluentui/react";
import { localization } from "@responsible-ai/localization";
import React from "react";

export interface IConfirmationDialogProps {
2 changes: 1 addition & 1 deletion libs/localization/src/lib/en.json
Original file line number Diff line number Diff line change
@@ -530,7 +530,7 @@
},
"Footer": {
"back": "Back",
"next": "Next",
"next": "Next"
},
"Header": {
"documentation": "Documentation",