Refactor settings to use common lang keys for titles (#1674)

This commit is contained in:
Prospector
2024-04-10 18:30:13 -07:00
committed by GitHub
parent 9c4421bfe0
commit 372d021062
11 changed files with 82 additions and 103 deletions

View File

@@ -355,18 +355,6 @@ const messages = defineMessages({
id: 'profile.button.report',
defaultMessage: 'Report',
},
profileUploadAvatarInput: {
id: 'profile.input.upload-avatar',
defaultMessage: 'Upload avatar',
},
profileEditUsernameLabel: {
id: 'profile.label.edit-username',
defaultMessage: 'Username',
},
profileEditBioLabel: {
id: 'profile.label.edit-bio',
defaultMessage: 'Bio',
},
profileNoProjectsLabel: {
id: 'profile.label.no-projects',
defaultMessage: 'This user has no projects!',