Add custom text at bottom of every page?

Depending on theme you are using there might be hooks available to output content at specific point. There is no generic convention for them, however.

The most general approach to modifying the default output of page would be modifying (or introducing) page.php template. If your base theme is upstream (not developed for specific site) and receives updates you would need to create Child Theme to not lose changes during update process.