mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 16:20:04 +00:00
Change "Author" to "Author(s)" in PluginDetailsModal
This commit is contained in:
@@ -88,7 +88,7 @@ export default function PluginDetailsModal({plugin, isOpen, onOpenChange}: Plugi
|
|||||||
<table className="text-left table-auto">
|
<table className="text-left table-auto">
|
||||||
<tbody>
|
<tbody>
|
||||||
{Object.entries({
|
{Object.entries({
|
||||||
"Author": plugin.author,
|
"Author(s)": plugin.author,
|
||||||
"Version": plugin.version,
|
"Version": plugin.version,
|
||||||
"License": plugin.license,
|
"License": plugin.license,
|
||||||
"URL": <Link isExternal
|
"URL": <Link isExternal
|
||||||
|
|||||||
Reference in New Issue
Block a user