mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-04-30 05:30:12 -05:00
Button Text Dynamic
This commit is contained in:
@@ -84,7 +84,7 @@ const Incidents = () => {
|
||||
onClick={handleAckAllChecks}
|
||||
disabled={ackAllLoading}
|
||||
>
|
||||
{t("incidentsPageActionResolve")}
|
||||
{selectedMonitor === "0" ? t("incidentsPageActionResolveAll") : t("incidentsPageActionResolveMonitor")}
|
||||
</Button>
|
||||
</Box>
|
||||
<StatusBoxes
|
||||
|
||||
@@ -452,7 +452,8 @@
|
||||
"incidentsOptionsHeaderShow": "Show:",
|
||||
"incidentsOptionsHeaderTotalIncidents": "Total Incidents",
|
||||
"incidentsOptionsPlaceholderAllServers": "All servers",
|
||||
"incidentsPageActionResolve": "Resolve all incidents",
|
||||
"incidentsPageActionResolveMonitor": "Resolve monitor incidents",
|
||||
"incidentsPageActionResolveAll": "Resolve all incidents",
|
||||
"incidentsPageTitle": "Incidents",
|
||||
"incidentsTableActionResolve": "Resolve",
|
||||
"incidentsTableDateTime": "Date & Time",
|
||||
|
||||
Reference in New Issue
Block a user