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 8, 2024
1 parent 2fb22bd commit e478040
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 e478040

Please sign in to comment.