Unverified Commit d4e2dae1 authored by mvdbeek's avatar mvdbeek
Browse files

For typo in deferred state message

parent 7cad1fd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ export const STATES = {
    },
    deferred: {
        status: "info",
        text: "This dataset is remote, has not be ingested by Galaxy, and full metadata may not be available.",
        text: "This dataset is remote, has not been ingested by Galaxy, and full metadata may not be available.",
        icon: "cloud",
    },
    /** has no data */