Skip to content

Commit

Permalink
changing My_Uploads short text
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyKilmory committed May 13, 2024
1 parent 6d9f17e commit 316914e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useState, KeyboardEvent } from "react";
import "./gr-my-uploads.css";

const MY_UPLOADS = "My uploads";
const MY_UPLOADS_SHORT = "Mine";
const MY_UPLOADS_SHORT = "My uploads";

export interface MyUploadsProps {
onChange: (selected: boolean) => void;
Expand Down

0 comments on commit 316914e

Please sign in to comment.