I am just getting into responsive design, and have a question about displaying content.
Obviously I want to display much more content when the user is using a larger screen, but I also want to display certain text based on the users device.
For example, I want to say "drag and drop files" on desktop, but on phones I want to say "touch to choose files". I realize I can do this using @media queries and hiding the text that doesn't apply, but I was wondering if there is a better way to do this (so the user doesn't have to load both sets of text each time).