1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-16 21:15:33 -04:00

Fixed: Add missing translation keys

This commit is contained in:
bakerboy448
2025-09-01 11:02:08 -05:00
parent 8b4288fa18
commit 81bbaf8946
5 changed files with 5 additions and 5 deletions

View File

@@ -304,7 +304,7 @@ function Queue() {
<PageToolbar>
<PageToolbarSection>
<PageToolbarButton
label="Refresh"
label={translate('Refresh')}
iconName={icons.REFRESH}
isSpinning={isRefreshing}
onPress={handleRefreshPress}