summaryrefslogtreecommitdiffhomepage
path: root/frontend
diff options
context:
space:
mode:
authorLASER-Yi <[email protected]>2022-06-03 11:49:57 +0800
committerLASER-Yi <[email protected]>2022-06-03 11:49:57 +0800
commit2a5bf9538dfabbe5578838b6509b6dfdc5d97aef (patch)
treecb378570916459df3607b18da7cab3283fa541e5 /frontend
parented819ce299e2db2eeb00312ee1fec35fbf049be4 (diff)
downloadbazarr-2a5bf9538dfabbe5578838b6509b6dfdc5d97aef.tar.gz
bazarr-2a5bf9538dfabbe5578838b6509b6dfdc5d97aef.zip
Rename Tools to Mass Edit
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/pages/Episodes/index.tsx2
-rw-r--r--frontend/src/pages/Movies/Details/index.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/pages/Episodes/index.tsx b/frontend/src/pages/Episodes/index.tsx
index f7a228d31..46e7cfcb8 100644
--- a/frontend/src/pages/Episodes/index.tsx
+++ b/frontend/src/pages/Episodes/index.tsx
@@ -174,7 +174,7 @@ const SeriesEpisodesView: FunctionComponent = () => {
}
}}
>
- Tools
+ Mass Edit
</Toolbox.Button>
<Toolbox.Button
disabled={
diff --git a/frontend/src/pages/Movies/Details/index.tsx b/frontend/src/pages/Movies/Details/index.tsx
index a93effd0d..f8f65434d 100644
--- a/frontend/src/pages/Movies/Details/index.tsx
+++ b/frontend/src/pages/Movies/Details/index.tsx
@@ -230,7 +230,7 @@ const MovieDetailView: FunctionComponent = () => {
}
}}
>
- Tools
+ Mass Edit
</Menu.Item>
<Menu.Item
icon={<FontAwesomeIcon icon={faHistory} />}