Starting with 2025.1, ScyllaDB versions are no longer called "Enterprise", but the OS support page still uses that label. This commit fixes that by replacing "Enterprise" with "ScyllaDB". This update is required since we've removed "Enterprise" from everywhere else, including the commands, so having it here is confusing. The same update was added on master and on branch-2025.2: https://github.com/scylladb/scylladb/pull/24204 However, that PR cannot be backported to branch-2025.1 because versions 2025.2 and later store OS support in a JSON file, whereas 2025.1 and earlier in a regular RST file. See https://github.com/scylladb/scylladb/issues/24179#issuecomment-2888632722. Fixes https://github.com/scylladb/scylladb/issues/24179 Closes scylladb/scylladb#24222