mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 09:58:40 -07:00
14 lines
200 B
JavaScript
14 lines
200 B
JavaScript
|
|
/*
|
|
* Optionally rename the topic in the location popups on the maps
|
|
*
|
|
* Example:
|
|
* {
|
|
* 'jjolie/phone': 'Jane Jolie',
|
|
* 'john/android': 'John Smith',
|
|
* };
|
|
*/
|
|
export const renames = {
|
|
|
|
};
|