mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
[Accessibility] Use semantic markup to mark emphasized or special text.
Reference: https://www.w3.org/TR/WCAG20-TECHS/H49.html
This commit is contained in:
@@ -1066,7 +1066,7 @@ define([
|
||||
page_title: gettext('Final (Review Selection) (step 3 of 3)'),
|
||||
show_description: gettext('The SQL below will be executed on the ' +
|
||||
'database server to grant the selected privileges. ' +
|
||||
'Please click on <b>Finish</b> to complete the process.'),
|
||||
'Please click on <strong>Finish</strong> to complete the process.'),
|
||||
model: newModel,
|
||||
view: new(function() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user