tahnik/devRantron

View on GitHub
app/src/js/consts/errors.js

Summary

Maintainability
A
0 mins
Test Coverage
export const editComment = {
  pos: 'Post',
  neg: 'Cancel',
  body: 'Something went wrong while posting the edited comment. Do you want to post the comment instead?',
};

export const deleteItem = {
  pos: 'Yes',
  neg: 'Cancel',
  body: 'Are you sure?',
};

export const logout = {
  pos: 'Yes',
  neg: 'Cancel',
  body: 'Are you sure?',
};