Skip to content

Commit

Permalink
fix: replace very specific label with generic one
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasMaros committed Jan 15, 2024
1 parent 5276786 commit 7952c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/media-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class MediaPicker {

// Sets up the media library frame
this.frame = media({
title: __('Select a category header image', 'ghwp'),
title: __('Select a file', 'ghwp'),
button: { text: 'Use this file' },
multiple: false,
});
Expand Down

0 comments on commit 7952c9e

Please sign in to comment.