diff --git a/comictalker/talkerbase.py b/comictalker/talkerbase.py
index 9c70c7c..6ef88aa 100644
--- a/comictalker/talkerbase.py
+++ b/comictalker/talkerbase.py
@@ -40,7 +40,7 @@ class SourceStaticOptions:
def __init__(
self,
website: str = "",
- attribution_string: str = "", # Full string including web link: Source: Example
+ attribution_string: str = "", # Full string including web link, example: Metadata provided by Example
has_issues: bool = False,
has_alt_covers: bool = False,
requires_apikey: bool = False,
diff --git a/comictalker/talkers/comicvine.py b/comictalker/talkers/comicvine.py
index 54aa372..6826edb 100644
--- a/comictalker/talkers/comicvine.py
+++ b/comictalker/talkers/comicvine.py
@@ -174,7 +174,7 @@ class ComicVineTalker(ComicTalker):
)
self.static_options = SourceStaticOptions(
website="https://comicvine.gamespot.com/",
- attribution_string="Data Source: Comic Vine",
+ attribution_string="Metadata provided by Comic Vine",
has_issues=True,
has_alt_covers=True,
requires_apikey=True,