Skip to content

Commit

Permalink
fixed environment whisper (as it was team)
Browse files Browse the repository at this point in the history
  • Loading branch information
snevesbarros committed Dec 17, 2023
1 parent 87e738c commit bb97895
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/pages/test-run/TestRunDetailsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ import FeaturePieChart from './charts/FeaturePieChart';
// import ScreenshotModal from "../../common/screenshot-view/modal/ScreenhotModal";

const TestRunDetailsPage = function (props) {
// TODO: Environment is not shown!
const location = useLocation();
const intl = useIntl();
const [showModal, setShowModal] = useState(false);
Expand Down Expand Up @@ -300,7 +299,7 @@ const TestRunDetailsPage = function (props) {
trigger="hover"
speaker={(
<Tooltip>
{intl.formatMessage({ id: 'page.test-run.icons.team.whisper' })}
{intl.formatMessage({ id: 'page.test-run.icons.environment.whisper' })}
</Tooltip>
)}
>
Expand Down
1 change: 1 addition & 0 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"page.test-run.menu.enable-keep-flag": "Enable the keep flag",
"page.test-run.menu.disable-keep-flag": "Disable the keep flag",
"page.test-run.menu.download-report": "Download report as html",
"page.test-run.icons.environment.whisper": "Environment",
"page.test-run.icons.team.whisper": "Team",
"page.test-run.icons.component.whisper": "Component",
"page.test-run.icons.phase.whisper": "Test Phase",
Expand Down
1 change: 1 addition & 0 deletions src/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"page.test-run.menu.enable-keep-flag": "Schakel de \"houd\" vlag in",
"page.test-run.menu.disable-keep-flag": "Schakel de \"houd\" vlag uit",
"page.test-run.menu.download-report": "Raport downloaden als html",
"page.test-run.icons.environment.whisper": "Omgeving",
"page.test-run.icons.team.whisper": "Team",
"page.test-run.icons.component.whisper": "Onderdeel",
"page.test-run.icons.phase.whisper": "Test Fase",
Expand Down
1 change: 1 addition & 0 deletions src/translations/th.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"page.test-run.menu.enable-keep-flag": "เปิดธงเก็บ",
"page.test-run.menu.disable-keep-flag": "ปิดธงเก็บ",
"page.test-run.menu.download-report": "ดาวน์โหลดรายงานเป็น html",
"page.test-run.icons.environment.whisper": "สิ่งแวดล้อม",
"page.test-run.icons.team.whisper": "ทีม",
"page.test-run.icons.component.whisper": "ส่วนประกอบ",
"page.test-run.icons.phase.whisper": "เฟสทดสอบ",
Expand Down

0 comments on commit bb97895

Please sign in to comment.