Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,6 @@
"Admin.manageTasks.controls.showReviewColumns.label": "Show Review Columns",
"Admin.testEnvironmentBanner.localTitle": "You are in a MapRoulette Local environment.",
"Admin.testEnvironmentBanner.stagingTitle": "You are in a MapRoulette Staging environment.",
"Admin.testEnvironmentNotice.description": "Consider using the [MapRoulette Staging Website](https://staging.maproulette.org), a clone of MapRoulette often used for development, where you can create test challenges, projects, and similar tasks.",
"Admin.testEnvironmentNotice.title": "Testing Something?",
"AutosuggestTextBox.labels.noResults": "No matches",
"BoundsSelectorModal.control.dismiss.label": "Select Bounds",
"BoundsSelectorModal.primaryMessage": "Highlight bounds you would like to select.",
Expand Down
2 changes: 0 additions & 2 deletions src/components/AdminPane/AdminPane.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import ProjectsDashboard from "./Manage/ProjectsDashboard/ProjectsDashboard";
import ManageChallengeList from "./Manage/VirtualProjects/ManageChallengeList";
import "./Manage/Widgets/widget_registry.js";
import "./AdminPane.scss";
import TestEnvironmentNotice from "./Manage/TestEnvironmentNotice/TestEnvironmentNotice";

/**
* AdminPane is the top-level component for administration functions. It has a
Expand Down Expand Up @@ -56,7 +55,6 @@ export class AdminPane extends Component {

return (
<Fragment>
<TestEnvironmentNotice />
<EmailRequirementNotice />
<div className="admin mr-bg-gradient-r-green-dark-blue mr-text-white">
<div className="admin-pane">
Expand Down
17 changes: 0 additions & 17 deletions src/components/AdminPane/Manage/TestEnvironmentNotice/Messages.js

This file was deleted.

This file was deleted.

Loading